Khue Nguyen
Khue Nguyen
Ueberzug relied on X11 so it wouldn't work in system that doesn't use X11 I know it's late but this might be helpful to some people who have this issue
I also like the way `neofetch` provides different image preview options for the user to choose from. I understand it would take a long time to implement, but it would...
I will try to implement different image viewers similar to `neofetch`, so user can choose whichever one they like. However, I think we should try to get `w3m` working as...
Can someone with macOS test this script?
yes, the `w3mdisplay` script @pystardust posted few days ago. ``` sh #!/bin/sh path_to_w3mimg=~/.bin/w3mimgdisplay showimage () { printf '%b\n3;\n4\n' "0;1;20;20;$((FZF_PREVIEW_COLUMNS *55/10));$((FZF_PREVIEW_COLUMNS *55/10));;;;;$1" | "$path_to_w3mimg" &>/dev/null } if [ "$#" -eq 1 ...
it might be related to this issue https://github.com/tats/w3m/issues/95
> Maybe w3m has to be reconfigured and recompiled now that XQuartz is in place? This is outside of my knowledge since I'm not familiar with macOS. I think unlikely...
I can confirm that the w3mdisplay script results in the image flickers then disappears
@Octopus118 I wrote a rough zsh completion script for `pros-cli`. So if you are using zsh, you might be interested in using [this](https://github.com/9623X/vex-completion/blob/master/pros/zsh/_prosv5)
> Were going to be adding completion support through click-completion I'm excited and looking forward to using this :smiley: