mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
wezterm: add page (#15873)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
db83966650
commit
09732a04f6
1 changed files with 36 additions and 0 deletions
36
pages/common/wezterm.md
Normal file
36
pages/common/wezterm.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# wezterm
|
||||
|
||||
> Wez's Terminal Emulator - a powerful cross-platform terminal emulator and multiplexer.
|
||||
> More information: <https://wezterm.org/cli/general>.
|
||||
|
||||
- Start a new Wezterm process and create a window:
|
||||
|
||||
`wezterm`
|
||||
|
||||
- Establish an `ssh` session:
|
||||
|
||||
`wezterm ssh {{user}}@{{host}}:{{port}}`
|
||||
|
||||
- Connect to the multiplexer (`wezterm-mux-server`):
|
||||
|
||||
`wezterm connect {{domain_name}}`
|
||||
|
||||
- Output an image to the terminal:
|
||||
|
||||
`wezterm imgcat {{path/to/image}}`
|
||||
|
||||
- Record a terminal session as an asciicat (by default recordings are found in `/tmp`):
|
||||
|
||||
`wezterm record`
|
||||
|
||||
- Replay an asciicat terminal session:
|
||||
|
||||
`wezterm replay {{path/to/cast_file}}`
|
||||
|
||||
- Specify the configuration file to use (overrides the normal configuration file resolution):
|
||||
|
||||
`wezterm --config-file {{path/to/config_file}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`wezterm help`
|
Loading…
Add table
Reference in a new issue