LinuxCommandLibrary

lsix

TLDR

Display images

$ lsix [*.jpg]
copy
Display all images in directory
$ lsix
copy
Display specific images
$ lsix [image1.png] [image2.png]
copy
Set thumbnail size
$ LSIX_SIZE=[200x200] lsix
copy
Display with border
$ lsix -b [*.png]
copy

SYNOPSIS

lsix [options] [files]

DESCRIPTION

lsix displays images in the terminal. It requires a terminal with sixel graphics support.
The tool creates thumbnails in the terminal. It works with terminals like xterm, mlterm, and foot.
lsix shows images in terminal.

PARAMETERS

FILES

Image files to display.
-b
Show border around images.
LSIX_SIZE
Environment variable for size.

CAVEATS

Requires sixel-capable terminal. ImageMagick needed. Not all terminals supported.

HISTORY

lsix was created to display images directly in terminals that support sixel graphics format.

SEE ALSO

img2sixel(1), viu(1), chafa(1)

Copied to clipboard