Euro

Results 160 comments of Euro

this is a bug with ueberzug, I'm not entirely sure how to fix it, you could try deleting ~/.Xauthority, and relogging in to your computer. You could also try installing...

I tried img2sixel and lsix both didnt work but the problem is that fzf interprates input itself and doesnt let the terminal interprate the input, so sixel and anything that...

#254 adds a few different methods for viewing thumbnails, chafa is one of them, it has been accepted into the development branch, so if you clone the development branch and...

sixel just does not work in fzf, it ends up displaying the actual characters (yes I tried in a terminal that supports sixel).

Haha, chafa imo is actually decent but not as good as true image viewers ofc. w3m's image viewer might work with fzf but it seems to not stay on the...

Did some testing with w3m, learned it's protocol to understand what is happening with this command ```sh printf "%b\n%s\;\n%s\n" "0;1;$x;$y;$width;$height;;;;;$image" 3 4 | w3mimgdispaly ``` [here's the docs](https://github.com/shinh/w3m/blob/master/w3mimgdisplay.c) (yes this...

w3m image support has been merged into the rewrite, I wasn't able to find a better way to do it though.

@VarLad Damn, didn't realize that, tested it on say, yes it's x11 specific. If you can't get thumbnails on wayland with w3m i'm not sure how you can, so this...

I have no idea why I just realized this now, but when i tested w3m on wayland, i tested it in alacritty, in which w3m doesn't work at all, retested...