1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-07 06:13:34 +02:00
tldr/pages/common/lsix.md
Managor c8187b94c6
lsix: add page (#17743)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-08-26 12:14:23 +03:00

17 lines
330 B
Markdown

# lsix
> List and display images in sixel format on the terminal.
> See also: `img2sixel`.
> More information: <https://github.com/hackerb9/lsix>.
- List images in the current directory:
`lsix`
- List images in a specific directory:
`lsix {{path/to/directory}}`
- Display an image on the terminal:
`lsix {{path/to/image}}`