mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 23:04:49 +03:00
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
|
Advise the terminal of the current working directory by emitting an OSC 7 escape
|
||
|
sequence
|
||
|
|
||
|
Usage: wezterm set-working-directory [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:
|
||
|
-h, --help Print help
|