2023-03-22 04:44:26 +03:00
|
|
|
Advise the terminal of the current working directory by emitting an OSC 7 escape
|
|
|
|
sequence
|
|
|
|
|
2023-07-17 20:55:53 +03:00
|
|
|
Usage: wezterm set-working-directory [OPTIONS] [CWD] [HOST]
|
2023-03-22 04:44:26 +03:00
|
|
|
|
|
|
|
Arguments:
|
|
|
|
[CWD] The directory to specify. If omitted, will use the current directory
|
|
|
|
of the process itself
|
|
|
|
[HOST] The hostname to use in the constructed file:// URL. If omitted, the
|
|
|
|
system hostname will be used
|
|
|
|
|
|
|
|
Options:
|
2023-07-17 20:55:53 +03:00
|
|
|
--tmux-passthru <TMUX_PASSTHRU>
|
|
|
|
How to manage passing the escape through to tmux [possible values:
|
|
|
|
disable, enable, detect]
|
|
|
|
-h, --help
|
|
|
|
Print help
|