2019-10-07 14:27:09 +01:00
|
|
|
# alacritty
|
|
|
|
|
|
|
|
> Cross-platform, GPU-accelerated terminal emulator.
|
2021-05-20 21:13:41 +01:00
|
|
|
> More information: <https://github.com/alacritty/alacritty>.
|
2019-10-07 14:27:09 +01:00
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Open a new Alacritty window:
|
2019-10-07 14:27:09 +01:00
|
|
|
|
|
|
|
`alacritty`
|
|
|
|
|
|
|
|
- Run in a specific directory:
|
|
|
|
|
|
|
|
`alacritty --working-directory {{path/to/directory}}`
|
|
|
|
|
2024-02-09 14:34:08 +00:00
|
|
|
- [e]xecute a command in a new Alacritty window:
|
2019-10-07 14:27:09 +01: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 14:27:09 +01:00
|
|
|
|
2024-05-18 16:57:58 +01:00
|
|
|
`alacritty --config-file {{path/to/config.toml}}`
|
2019-10-07 14:27:09 +01: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 14:27:09 +01:00
|
|
|
|
2024-05-18 16:57:58 +01:00
|
|
|
`alacritty --live-config-reload --config-file {{path/to/config.toml}}`
|