1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-02 23:55:11 +03:00
wezterm/docs/config/lua
Wez Furlong 1d064e0913 Add get_foreground_process_name, expose it and cwd in PaneInformation
Add `get_foreground_process_name` to both Pane and the lua wrapper.

Add `foreground_process_name` and `current_working_dir` fields to
`PaneInformation`.  In order for those to be dynamically fetched,
switch the lua conversion for `PaneInformation` to be a UserData
with field access methods.  It's a little more verbose but allows
us to lazily compute these two new fields.

refs: https://github.com/wez/wezterm/discussions/1421
refs: https://github.com/wez/wezterm/issues/915
refs: https://github.com/wez/wezterm/issues/876
2021-12-23 18:49:17 -07:00
..
config docs: add a keyword to help find an option 2021-12-21 08:06:21 -08:00
keyassignment quickselect: allow changing label for custom actions 2021-12-23 16:32:20 -07:00
mux-events mux: understand process tree, add mux-is-process-stateful event 2021-12-18 09:46:00 -07:00
pane Add get_foreground_process_name, expose it and cwd in PaneInformation 2021-12-23 18:49:17 -07:00
wezterm quickselect: add QuickSelectArgs and helpers for opening urls 2021-12-23 10:55:44 -07:00
window Typo fix: "overriden" -> "overridden" 2021-10-02 14:33:06 -07:00
window-events docs: update nightly refs to new release tag 2021-12-04 08:34:58 -07:00
general.md docs: start adding a reference section for Config 2021-01-18 17:31:39 -08:00
PaneInformation.md Add get_foreground_process_name, expose it and cwd in PaneInformation 2021-12-23 18:49:17 -07:00
SpawnCommand.md docs: more pane related docs 2020-10-10 10:49:36 -07:00
SshDomain.md ssh domains now support ssh_config overrides 2021-12-11 22:30:54 -07:00
TabInformation.md add format-tab-title event 2021-04-24 17:59:39 -07:00
TlsDomainClient.md docs: document various missing things 2021-02-20 10:40:26 -08:00
TlsDomainServer.md docs: document various missing things 2021-02-20 10:40:26 -08:00