Viuwa is a simple terminal ANSI image viewer trying to maintain bare-minimum compatibility with the wasm-wasi target.
We use the image, clap, and the crossterm crates for cli tooling, image manipulation, and UNIX/Windows platform specific tui tooling.
It uses exlusively ANSI escape codes to display images in the terminal.
Kitty, Sixel, and Iterm2 protocols are not supported, There are better tools such as viu or timg for cross-protocol terminal image viewing.
Pull requests implementing different protocols are allowed as long as they don't break Wasi+ANSI compatibility.
pwsh
viuwa [image]
pwsh
cargo install viuwa
This project is licensed under MIT or Apache-2.0.
See CONTRIBUTING.md.