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>
pull/23/head
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
1 changed files with 24 additions and 0 deletions

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`