1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:42:09 +02:00

alacritty: update page (#15546)

This commit is contained in:
Lena 2025-01-19 17:34:02 +01:00 committed by GitHub
parent 941c39c542
commit 3002b1aa68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,15 +3,23 @@
> Cross-platform, GPU-accelerated terminal emulator. > Cross-platform, GPU-accelerated terminal emulator.
> More information: <https://github.com/alacritty/alacritty>. > More information: <https://github.com/alacritty/alacritty>.
- Open a new Alacritty window: - Start a new Alacritty process and create a window:
`alacritty` `alacritty`
- Run in a specific directory: - 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`):
`alacritty --working-directory {{path/to/directory}}` `alacritty --working-directory {{path/to/directory}}`
- [e]xecute a command in a new Alacritty window: - [e]xecute a command in a new Alacritty window (also works with `alacritty msg create-window`):
`alacritty -e {{command}}` `alacritty -e {{command}}`