1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00
wezterm/docs/examples/cmd-synopsis-wezterm-cli-set-window-title--help.txt
Wez Furlong 2e505ad869
imgcat: add --position, --no-move-cursor and --hold options
These allow additional control over image placement

refs: https://github.com/wez/wezterm/issues/3716
2023-07-15 16:27:52 -07:00

21 lines
536 B
Plaintext

Change the title of a window
Usage: wezterm cli set-window-title [OPTIONS] <TITLE>
Arguments:
<TITLE>
The new title for the window
Options:
--window-id <WINDOW_ID>
Specify the target window by its id
--pane-id <PANE_ID>
Specify the current pane. The default is to use the current pane based
on the environment variable WEZTERM_PANE.
The pane is used to figure out which window should be renamed.
-h, --help
Print help (see a summary with '-h')