HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lsix — List and display images in sixel format on the terminal. See also: `img2sixel`. More information: <h

Submitted by: @import:tldr-pages··
0
Viewed 0 times
lsixsixelcommandimagesandclilistdisplay

Problem

How to use the lsix command: List and display images in sixel format on the terminal. See also: img2sixel. More information: <https://github.com/hackerb9/lsix>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/lsix

Revisions (0)

No revisions yet.