|
|
|
| I can only second this comment. I discovered it a while back and it has been a pleasant experience ever since. I still use both though, depending on availibility. |
|
| I don't think so! But tmux is really useful for laptop scenarios, like when the laptop goes to sleep, or if you're working on a train and it goes through a tunnel with no network reception. |
|
| Saved terminal state. Multiple tabs. Can log off and come back and everything’s there. tmux and mosh are game changers, especially while tethering/roaming and switching networks. |
|
| You can't just pass through things; what happens when you resize, (re)attach, switch tabs &c.
Tmux needs to know that there are graphics on the screen and redraw in any of those situations. |
|
| It doesn't. If you run brew edit tmux and add args << "--enable-sixel" after line 76 and then run brew uninstall tmux and brew install --build-from-source tmux, you'll get one where it is. |
|
| Be careful running this on an untrusted directory, especially with e.g. pdfs, just like anything else that parses images, especially using ImageMagick. |
|
| konsole implemented the same protocol; I use their unmodified imgcat script on Linux. It's of course much faster than converting using imagemagick, still added lsix to my bin directory for now. :) |
|
| xterm supports sixel, so surely anything that sets TERM=xterm256-color or similar will be compatible… right? ∗cough∗ gnome-terminal ∗cough∗ |
|
| I would say so, yes (not a fan of kitty's general NIH), but it could be argued that `xterm-kitty` is at least not identical to a $TERM used for xterm. |
|
| This seems like a reasonable point. Add an option to skip slow files if needed, but don’t skip them by default as it leads to unexpected behavior |
|
| Do the filenames work with text selection?
(Looks like they might only be in the pixmaps, not accessible as text to the terminal.) |
|
| Something interesting might be to mix in object detection in images, for something like:
`lsix --search cat` And find all the images that contain cats. |
|
| Maybe more in the sense of the Unix philosophy: The detection should happen in a separate tool of which the output filenames can then be piped into lsix. |
[1] https://zellij.dev/