-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kitty: add Spanish translation (#14988)
Co-authored-by: Darío Hereñú <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# kitty | ||
|
||
> Un emulador rápido de una terminal basado en GPU rico en características. | ||
> Más información: <https://sw.kovidgoyal.net/kitty/>. | ||
- Abre una nueva terminal: | ||
|
||
`kitty` | ||
|
||
- Abre una terminal con el título especificado para la ventana: | ||
|
||
`kitty --title "{{título}}"` | ||
|
||
- Inicia el selector de temas incorporado: | ||
|
||
`kitty +kitten themes` | ||
|
||
- Muestra una imagen en la terminal: | ||
|
||
`kitty +kitten icat {{ruta/a/la/imagen}}` | ||
|
||
- Copia el contenido de `stdin` al portapapeles: | ||
|
||
`echo {{ejemplo}} | kitty +kitten clipboard` |