lsix icon indicating copy to clipboard operation
lsix copied to clipboard

Flag to remove image labels

Open v1rtl opened this issue 6 years ago • 1 comments

Currently lsix displays labels if I don't want to. Would be nice to add a flag like --no-labels to remove them so I'll see images only

v1rtl avatar Nov 15 '19 14:11 v1rtl

Hmm... sounds like you want quick thumbnails of all the images in a directory. I'm working on a different program that does that and which will also be an image viewer. I haven't released it yet. In the meantime, you can always do something like this:

montage * sixel:-

I think --no-labels would be a good addition if lsix accepted arguments. When I wrote lsix, I intentionally made it as simple as possible, which meant no command line flags whatsoever. If more people request flags, I will revisit that choice.

hackerb9 avatar Nov 15 '19 20:11 hackerb9