Wezterm Emulator - Create Terminal Windows | Online Free DevTools by Hexmos
Create terminal windows with Wezterm Emulator, a cross-platform terminal multiplexer. Enhance your command-line workflow with session recording and image output. Free online tool, no registration required.
wezterm
Wez’s Terminal Emulator - a powerful cross-platform terminal emulator and multiplexer. Some subcommands such as
clihave their own usage documentation. More information: https://wezterm.org/cli/general.
- Start a new Wezterm process and create a window:
wezterm
- Establish an
sshsession in a new Wezterm window:
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 asciicast (by default recordings are saved to
/tmp):
wezterm record
- Replay an asciicast 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