written in Rust. It uses lower half blocks (\u2584) to fit 2 pixels into a single cell by adjusting foreground and background colours accordingly. When run, viu will check the value of $COLORTERM. If it contains either truecolor or 24bit, truecolor (16 million colors) will be used. If not, it will fallback to using only ansi256. WWW: https://github.com/atanunq/viu PR: 246370 Submitted by: Lewis Cook <vulcan@wired.sh> Approved by: ehaupt (mentor)
10 lines
433 B
Text
10 lines
433 B
Text
Small command-line application to view images from the terminal
|
|
written in Rust. It uses lower half blocks (\u2584) to fit 2 pixels
|
|
into a single cell by adjusting foreground and background colours
|
|
accordingly.
|
|
|
|
When run, viu will check the value of $COLORTERM. If it contains
|
|
either truecolor or 24bit, truecolor (16 million colors) will be
|
|
used. If not, it will fallback to using only ansi256.
|
|
|
|
WWW: https://github.com/atanunq/viu
|