mirror of https://github.com/CrimsonTome/tldr.git
691 B
691 B
alacritty
Cross-platform, GPU-versnelde terminalemulator. Meer informatie: https://github.com/alacritty/alacritty.
- Open een nieuw Alacritty-venster:
alacritty
- Uitvoeren in een specifieke map:
alacritty --working-directory {{pad/naar/map}}
- Voer een opdracht uit in een nieuw Alacritty-venster:
alacritty -e {{bevel}}
- Geef een alternatief configuratiebestand op (standaard ingesteld op
$XDG_CONFIG_HOME/alacritty/alacritty.yml
):
alacritty --config-file {{pad/naar/config.yml}}
- Uitvoeren met live config reload ingeschakeld (kan ook standaard worden ingeschakeld in
alacritty.yml
):
alacritty --live-config-reload --config-file {{pad/naar/config.yml}}