wezterm cli
Interact with experimental mux server
Subcommands
Name | Description |
---|---|
list | List windows, tabs and panes |
list-clients | List clients |
proxy | Start rpc proxy pipe |
tlscreds | Obtain tls credentials |
move-pane-to-new-tab | Move a pane into a new tab |
split-pane | Split the current pane. Outputs the pane-id for the newly created pane on success |
spawn | Spawn a command into a new window or tab. Outputs the pane-id for the newly created pane on success |
send-text | Send text to a pane as though it were pasted. If bracketed paste mode is enabled in the pane, then the text will be sent as a bracketed paste |
help | Print this message or the help of the given subcommand(s) |
Options
Name | Description |
---|---|
--class [class] | When connecting to a gui instance, if you started the gui with `--class SOMETHING`, you should also pass that same value here in order for the client to find the correct gui instance |
--no-auto-start | Don't automatically start the server |
--prefer-mux | Prefer connecting to a background mux server. The default is to prefer connecting to a running wezterm gui instance |
-h, --help | Print help information |