mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
000269261b
refs: #1598 refs: #522
21 lines
515 B
Plaintext
21 lines
515 B
Plaintext
Change the title of a tab
|
|
|
|
Usage: wezterm cli set-tab-title [OPTIONS] <TITLE>
|
|
|
|
Arguments:
|
|
<TITLE>
|
|
The new title for the tab
|
|
|
|
Options:
|
|
--tab-id <TAB_ID>
|
|
Specify the target tab 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 tab should be renamed.
|
|
|
|
-h, --help
|
|
Print help (see a summary with '-h')
|