Viu Versions Save

Terminal image viewer with native support for iTerm and Kitty

v1.5.0

5 months ago
  • Support -x, -y, and --absolute-offset
  • Use Rust 2021 Edition
  • Upgraded to clap version 4
  • Experimental support for Sixel graphics under the sixel feature

v1.4.0

2 years ago
  • Reduce usage of .unwrap()
  • Exit with exit code 1 in case of error, instead of panic
  • Remove --verbose flag
  • Add experimental sixel feature flag
  • Add --blocks flag to force block output
  • Bump dependencies to latest versions

v1.3.0

3 years ago
  • Update viuer to 0.3, which comes with iTerm support
  • Add --frame-rate option #53

v1.2.1

3 years ago
  • Bump dependencies
  • Fixed Cargo.lock being out of date

v1.2

3 years ago
  • Extract most of the functionality in an external library - viuer #49 #50
  • Support for Kitty protocol, coming from viuer
  • Upgrade crossterm to 0.18

v1.1

3 years ago
  • Add -s option to show only first frame of gifs #43
  • Change gif decoder from gif to image::gif, fixing #12
  • Resize all frames of the gif before printing, leading to better performance #48
  • Better Ctrl-C response when viewing a lot of files
  • Bump dependency versions

v1.0

4 years ago

New features

  • Try to guess file extension when not present #25
  • Read from stdin only when - is provided as argument #32
  • Use truecolor only if $COLORTERM env variable is set accordingly; use ansi256 otherwise #35

v0.2.2

4 years ago

New features

  • Directory traversal ( + an optional --recursive flag)
  • -t flag to not print transparent pixels
  • --once flag to not loop gifs

Side note

Thanks for the contributions and feature requests! Keep it up!

v0.2.1

5 years ago

New features

  • Preview GIFs frame by frame without messing up scrollback buffer (Ctrl-C to cancel preview)
  • Accept media through STDIN

v0.1

5 years ago

Initial release in order for people to try it out without having Rust installed.