From 09732a04f69cc2e5d80f902c6d372f8e7f8b1001 Mon Sep 17 00:00:00 2001 From: Brook <88465473+Turmaxx@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:51:04 +0300 Subject: [PATCH] wezterm: add page (#15873) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/wezterm.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/wezterm.md diff --git a/pages/common/wezterm.md b/pages/common/wezterm.md new file mode 100644 index 0000000000..d595e59122 --- /dev/null +++ b/pages/common/wezterm.md @@ -0,0 +1,36 @@ +# wezterm + +> Wez's Terminal Emulator - a powerful cross-platform terminal emulator and multiplexer. +> More information: . + +- 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`