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

ghostty: add page (#15761)

* ghostty: add page

* Apply suggestions from code review

Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>

* ghostty: add note about unsupported commands on macOS

---------

Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>
This commit is contained in:
Lena 2025-02-21 22:59:34 +01:00 committed by GitHub
parent 99150114ce
commit 666908b318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

29
pages/common/ghostty.md Normal file
View file

@ -0,0 +1,29 @@
# ghostty
> A fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
> Note: all options from the configuration file can also be used on the command-line (using `--option=argument`).
> More information: <https://ghostty.org/docs/config/reference>.
- Open a new Ghostty window (not supported on macOS):
`ghostty`
- Run a specific command in a new Ghostty window (not supported on macOS):
`ghostty -e {{command}}`
- List all default and configured keybindings:
`ghostty +list-keybinds`
- List all actions (i.e. what can be triggered via keybindings):
`ghostty +list-actions`
- Browse an interactive list of themes:
`ghostty +list-themes`
- Print the default configuration (including comments):
`ghostty +show-config --default --docs`