mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 02:55:33 +02:00
img2sixel: add Spanish translation (#15784)
This commit is contained in:
parent
b17bd2e8a6
commit
de05346a66
1 changed files with 12 additions and 0 deletions
12
pages.es/common/img2sixel.md
Normal file
12
pages.es/common/img2sixel.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# img2sixel
|
||||
|
||||
> Convierte imágenes al formato Sixel para mostrarlas en un terminal.
|
||||
> Más información: <https://manned.org/img2sixel>.
|
||||
|
||||
- Muestra una imagen en el terminal:
|
||||
|
||||
`img2sixel {{ruta/a/imagen}}`
|
||||
|
||||
- Redimensiona la imagen a la anchura y altura especificadas antes de mostrarla:
|
||||
|
||||
`img2sixel {{-w|--width}} {{número}} {{-h|--altura}} {{número}} {{ruta/a/imagen}}`
|
Loading…
Add table
Reference in a new issue