2019-10-07 08:27:09 -05:00
|
|
|
# alacritty
|
|
|
|
|
|
|
|
> Cross-platform, GPU-accelerated terminal emulator.
|
2021-05-20 16:13:41 -04:00
|
|
|
> More information: <https://github.com/alacritty/alacritty>.
|
2019-10-07 08:27:09 -05:00
|
|
|
|
2025-01-19 17:34:02 +01:00
|
|
|
- Start a new Alacritty process and create a window:
|
2019-10-07 08:27:09 -05:00
|
|
|
|
|
|
|
`alacritty`
|
|
|
|
|
2025-01-19 17:34:02 +01:00
|
|
|
- Start the Alacritty daemon (without creating a window):
|
|
|
|
|
|
|
|
`alacritty --daemon`
|
|
|
|
|
|
|
|
- Create a new window using the already running Alacritty process:
|
|
|
|
|
|
|
|
`alacritty msg create-window`
|
|
|
|
|
|
|
|
- Start the shell in a specific directory (also works with `alacritty msg create-window`):
|
2019-10-07 08:27:09 -05:00
|
|
|
|
|
|
|
`alacritty --working-directory {{path/to/directory}}`
|
|
|
|
|
2025-01-19 17:34:02 +01:00
|
|
|
- [e]xecute a command in a new Alacritty window (also works with `alacritty msg create-window`):
|
2019-10-07 08:27:09 -05:00
|
|
|
|
|
|
|
`alacritty -e {{command}}`
|
|
|
|
|
2024-05-18 16:57:58 +01:00
|
|
|
- Use an alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.toml`):
|
2019-10-07 08:27:09 -05:00
|
|
|
|
2024-05-18 16:57:58 +01:00
|
|
|
`alacritty --config-file {{path/to/config.toml}}`
|
2019-10-07 08:27:09 -05:00
|
|
|
|
2024-05-18 16:57:58 +01:00
|
|
|
- Run with live configuration reload enabled (can also be enabled by default in `alacritty.toml`):
|
2019-10-07 08:27:09 -05:00
|
|
|
|
2024-05-18 16:57:58 +01:00
|
|
|
`alacritty --live-config-reload --config-file {{path/to/config.toml}}`
|