Options (1)
-e, --commandbooleanExecute a command in a new Alacritty window (also works with `alacritty msg create-window`)
Example:
alacritty {{[-e|--command]}} {{command}}Examples (6)
Start a new Alacritty process and create a window
Start 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/directoryExecute a command in a new Alacritty window (also works with `alacritty msg create-window`)
Use an alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.toml`)
alacritty --config-file path/to/config.tomlmade by @shridhargupta | data from tldr-pages