viu

Rating: 
5
Your rating: None Average: 5 (3 votes)

A small command-line application to view images from the terminal written in Rust. It uses lower half blocks (▄ or \u2584) to fit 2 pixels into a single cell by adjusting foreground and background colours accordingly. It can be used in combination with nnn and tmux to preview images directly in your terminal while browsing files in nnn (instructions)

For best results and higher resolution, use a terminal with support for 24bit colours like Literm or Havoc and add the following line to your ~/.bashrc:

export COLORTERM='24bit'

Then reboot or source ~/.bashrc.

# Usage

viu /path/to/picture.jpg

# Features
- Animated GIF support
- Accept media through stdin
- Custom dimensioins
- Transparency

# Examples
- viu img/giphy.gif
- viu img/*
- viu ~/Pictures -rn

The shell will expand the wildcard above and viu will display all the images in the folder one after the other. For a more informative output when dealing with folders the flag -n could be used.

When viu receives only one file and it is GIF, it will be displayed over and over until Ctrl-C is pressed. However, when couple of files are up for display (second example) the GIF will be displayed only once.

# Aspect Ratio
If no flags are supplied to viu it will try to get the size of the terminal where it was invoked. If it succeeds it will fit the image and preserve the aspect ratio. The aspect ratio will be changed only if both options -w and -h are used together.

See "viu --help" for details.

# Updates
As a Rust application, viu can be installed and updated directly on SFOS without this package. If you want to install or update viu from Rust, run the following to install Rust first:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Choose to customize the installation (option 2) and use "armv7-unknown-linux-gnueabihf" as Triple, "nightly" as toolchain, and "default" as profile, then proceed with the installation. You will then be able to install viu (and any other Rust application) using "cargo install APPLICATION". Executables will be saved in ~/.cargo/bin/ by default and the Rust installation offers to add this folder to your $PATH for easier execution of applications. You should uninstall this package if you install viu via Rust.

# Disclaimer
I am not the developer of viu, I just packaged it for SFOS. viu is being actively developed by Atanas Yankov at https://github.com/atanunq/viu/.

 

Screenshots: 
Application versions: 
AttachmentSizeDate
File viu-1.0.0-1.armv7hl.rpm1.18 MB07/06/2020 - 04:53
File viu-1.0.0-2.armv7hl.rpm609.46 KB10/06/2020 - 04:09
Changelog: 

* Wed Jun 10 2020 Kabouik <matf[redactedforbots]disr.it> 1.0.0 Re. 2
- Stripped version to reduce size from 5 to 2 MB.
* Sun Jun 07 2020 Kabouik <matf[redactedforbots]disr.it> 1.0.0
- First SFOS package based on the 1.0.0 release.