hackerb9 / vv

An image viewer for sixel terminals.
GNU General Public License v3.0
62 stars 9 forks source link

support alacritty-sixel #1

Closed steven-omaha closed 2 years ago

steven-omaha commented 2 years ago

Just tested https://github.com/microo8/alacritty-sixel. It works when using ImageMagick directly.

screen01

Also lsix works.

Output:

$ bash vv cat_snow_eyes_fluffy_95615_1920x1200.jpg
vv: notice: Please install w3m and w3m-img for reverse image search
Error: Your terminal does not report having sixel graphics support.

Please use a sixel capable terminal, such as xterm -ti vt340, or
ask your terminal manufacturer to add sixel support.

You may test your terminal by viewing a single image, like so:

        convert  foo.jpg  -geometry 800x480  sixel:-

If your terminal actually does support sixel, please file a bug
report at http://github.com/hackerb9/vv/issues

(Please mention device attribute codes: ^[[?4;6c
hackerb9 commented 2 years ago

Should be fixed now. Thank you for the bug report and please let me know if you have any further issues.

steven-omaha commented 2 years ago

Thanks for the quick fix!