hackerb9 / lsix

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

Flag to remove image labels #30

Open talentlessguy opened 4 years ago

talentlessguy commented 4 years ago

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

hackerb9 commented 4 years ago

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.