lsix: ls for images
11–20 of 111 posts
Re: lsix: ls for images
#12Semi-related fun fact: if you have iimage-mode turned on in Emacs (it might be the default on recent versions?), you can just cat images in eshell and have them show up just like this app. Unfortunately it doesn't do sixel graphics in a terminal yet.
Re: lsix: ls for images
#13Earlier quoted context omitted.
ls does not show files starting with .
But there is a driving purpose behind that, hidden vs non-hidden is binary. With so many media formats I agree that consistency is very important.
Re: lsix: ls for images
#14Earlier quoted context omitted.
ls does not show files starting with .
But there is a driving purpose behind that, hidden vs non-hidden is binary. With so many media formats I agree that consistency is very important.
Re: lsix: ls for images
#15Semi-related fun fact: if you have iimage-mode turned on in Emacs (it might be the default on recent versions?), you can just cat images in eshell and have them show up just like this app. Unfortunately it doesn't do sixel graphics in a terminal yet.
Dude this is so off topic but I just gotta know what the madness that your hn "about" section is
Re: lsix: ls for images
#16Wouldn’t this be more like “cat” than “ls”? List is for listing files, cat is for outputting the files, and this appears to output the image...
Re: lsix: ls for images
#17How many terminal emulators can handle sixel? (vt340) Does anyone have a list?
At repl.it we've been toying around with adding sixel support for xterm.js and we have a prototype up and people in our community are already building things on it.
Here are a few examples:
- gnuplot: https://gnuplot.basicer.repl.run/rob
- gif in terminal (python): https://repl.it/talk/share/SPINNING-GLOBE-GIF-WITH-SIXEL-NEW...
- connect 4 game (ruby): https://repl.it/talk/share/Connect-4-20-with-better-graphics...
Re: lsix: ls for images
#18Semi-related fun fact: if you have iimage-mode turned on in Emacs (it might be the default on recent versions?), you can just cat images in eshell and have them show up just like this app. Unfortunately it doesn't do sixel graphics in a terminal yet.
Dude this is so off topic but I just gotta know what the madness that your hn "about" section is
Re: lsix: ls for images
#19You can also specify filenames and, of course, use shell wild cards However, some may be slow to render (like PDF), so lsix doesn't show them unless you ask specifically. Regardless of the justification, I don't think creating such extra exception/edge-case behaviours are ever a good idea in a commandline tool like this. The equivalent in regular ls would be something like not showing more than X files "unless you as…
ls does not show files starting with .
One can argue whether this "starting with a . means hidden" is a hack or not, but I think it's manifestly different than not showing particular file types based on size or something like that.
I agree just not showing pdf files by default because they render slowly is a design mistake.