1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 03:55:25 +02:00

kitty: add German translation (#11150)

* feat: add german translation

* fix: typo

* Update pages.de/common/kitty.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/kitty.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Jan 2023-10-22 15:37:57 +02:00 committed by GitHub
parent a81a03d6f5
commit d2a37d6013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages.de/common/kitty.md Normal file
View file

@ -0,0 +1,24 @@
# kitty
> Ein schneller, funktionsreicher, auf der GPU basierender Terminal-Emulator.
> Weitere Informationen: <https://sw.kovidgoyal.net/kitty/>.
- Öffne ein neues Terminal:
`kitty`
- Öffne ein Terminal mit einem festgelegten Titel für das Fenster:
`kitty --title "{{Titel}}"`
- Starte die integrierte Farbschema-Auswahl:
`kitty +kitten themes`
- Zeige ein Bild im Terminal an:
`kitty +kitten icat {{pfad/zum/bild}}`
- Kopiere den Inhalt von `stdin` in die Zwischenablage:
`echo {{Beispiel}} | kitty +kitten clipboard`