mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
423 B
Plaintext
23 lines
423 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|