1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 17:35:34 +02:00

img2sixel: add Spanish translation (#15784)

This commit is contained in:
Darío Hereñú 2025-02-25 19:29:13 -03:00 committed by GitHub
parent b17bd2e8a6
commit de05346a66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}`