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:
parent
941c39c542
commit
3002b1aa68
1 changed files with 11 additions and 3 deletions
|
@ -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}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue