mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 10:52:16 +03:00
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
|
Wez's Terminal Emulator
|
||
|
http://github.com/wez/wezterm
|
||
|
|
||
|
Usage: wezterm [OPTIONS] [COMMAND]
|
||
|
|
||
|
Commands:
|
||
|
start Start the GUI, optionally running an alternative
|
||
|
program [aliases: -e]
|
||
|
ssh Establish an ssh session
|
||
|
serial Open a serial port
|
||
|
connect Connect to wezterm multiplexer
|
||
|
ls-fonts Display information about fonts
|
||
|
show-keys Show key assignments
|
||
|
cli Interact with experimental mux server
|
||
|
imgcat Output an image to the terminal
|
||
|
set-working-directory Advise the terminal of the current working
|
||
|
directory by emitting an OSC 7 escape sequence
|
||
|
record Record a terminal session as an asciicast
|
||
|
replay Replay an asciicast terminal session
|
||
|
shell-completion Generate shell completion information
|
||
|
help Print this message or the help of the given
|
||
|
subcommand(s)
|
||
|
|
||
|
Options:
|
||
|
-n, --skip-config
|
||
|
Skip loading wezterm.lua
|
||
|
--config-file <CONFIG_FILE>
|
||
|
Specify the configuration file to use, overrides the normal
|
||
|
configuration file resolution
|
||
|
--config <name=value>
|
||
|
Override specific configuration values
|
||
|
-h, --help
|
||
|
Print help
|
||
|
-V, --version
|
||
|
Print version
|