
alacritty
List of commands for alacritty:
-
alacritty:tldr:1367f alacritty: Run with live config reload enabled (can also be enabled by default in `alacritty.yml`).$ alacritty --live-config-reload --config-file ${path-to-config-yml}try on your machineexplain this command
-
alacritty:tldr:3e44d alacritty: Run a command in a new Alacritty window.$ alacritty -e ${command}try on your machineexplain this command
-
alacritty:tldr:5a425 alacritty: Open a new Alacritty window.$ alacrittytry on your machineexplain this command
-
alacritty:tldr:8a11e alacritty: Specify alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.yml`).$ alacritty --config-file ${path-to-config-yml}try on your machineexplain this command
-
alacritty:tldr:a72ca alacritty: Run in a specific directory.$ alacritty --working-directory ${path-to-directory}try on your machineexplain this command