atanunq / viu

Terminal image viewer with native support for iTerm and Kitty
MIT License
2.5k stars 54 forks source link

Sixel support not mentioned in readme #91

Closed vilcans closed 2 years ago

vilcans commented 2 years ago

I first dismissed viu because it seemed to not be able to output the Sixel format that the MSYS2 terminal supports.

But then I discovered that it was behind a feature, so to install it with Sixel support, run:

cargo install viu --features=sixel

All good!👍 But this should be mentioned in the installation instructions.

thisismygitrepo commented 8 months ago

this should be opened again, readme is not as obvious as explained here and binaries are missing the feature.

zhuconv commented 3 months ago

That's right @thisismygitrepo . I cannot understand how to use sixel with viu in README until seeing this.