snippetbashTip
alacritty — Cross-platform, GPU-accelerated terminal emulator. More information: <https://manned.org/alacritty>.
Viewed 0 times
terminalcommandalacrittyacceleratedclicrossplatformgpu
Problem
How to use the
alacritty command: Cross-platform, GPU-accelerated terminal emulator. More information: <https://manned.org/alacritty>.Solution
alacritty — Cross-platform, GPU-accelerated terminal emulator. More information: <https://manned.org/alacritty>.Start a new Alacritty process and create a window:
alacrittyStart the Alacritty daemon (without creating a window):
alacritty --daemonCreate a new window using the already running Alacritty process:
alacritty msg create-windowStart the shell in a specific directory (also works with
alacritty msg create-window):alacritty --working-directory {{path/to/directory}}Execute a command in a new Alacritty window (also works with
alacritty msg create-window):alacritty {{[-e|--command]}} {{command}}Use an alternative configuration file (defaults to
$XDG_CONFIG_HOME/alacritty/alacritty.toml):alacritty --config-file {{path/to/config.toml}}Code Snippets
Start a new Alacritty process and create a window
alacrittyStart the Alacritty daemon (without creating a window)
alacritty --daemonCreate a new window using the already running Alacritty process
alacritty msg create-windowStart the shell in a specific directory (also works with `alacritty msg create-window`)
alacritty --working-directory {{path/to/directory}}Execute a command in a new Alacritty window (also works with `alacritty msg create-window`)
alacritty {{[-e|--command]}} {{command}}Context
tldr-pages: common/alacritty
Revisions (0)
No revisions yet.