hackerb9 / lsix

Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
GNU General Public License v3.0
3.99k stars 129 forks source link

Can lsix be used in CentOS7 ? #18

Open lv06025158 opened 5 years ago

lv06025158 commented 5 years ago

After installed xterm and ImageMagick, lsix shows nothing about thumnail images. Anything I can do about this? Thanks!

hackerb9 commented 5 years ago

It should work, assuming CentOS7 has XTerm compiled with SIXEL support.

Just to clarify, lsix is showing some images and not your thumbnails? If that's the case the problem is likely the filename extensions.

Or is it not working at all? Perhaps you are not running xterm -ti vt340?

lv06025158 commented 5 years ago

In CentOS7, lsix was not working, even under xterm -ti vt340 or cywin, while img2sixel could only show one image. By the way, in Ubuntu 16.04, lsix works good.

lv06025158 commented 5 years ago

lsixnotok

lv06025158 commented 5 years ago

img2sixelnotok P.S. img2sixel was working good in Cywin, not good in xterm -ti vt340.