mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
e048410491
This is primarily to improve the chances of displaying an arbitrary image without resorting to additional external tools, that may be difficult or impossible to install. refs: #3716 refs: #3264
18 lines
585 B
Plaintext
18 lines
585 B
Plaintext
Advise the terminal of the current working directory by emitting an OSC 7 escape
|
|
sequence
|
|
|
|
Usage: wezterm set-working-directory [OPTIONS] [CWD] [HOST]
|
|
|
|
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:
|
|
--tmux-passthru <TMUX_PASSTHRU>
|
|
How to manage passing the escape through to tmux [possible values:
|
|
disable, enable, detect]
|
|
-h, --help
|
|
Print help
|