mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
ae163ddc4e
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)
11 lines
433 B
Plaintext
11 lines
433 B
Plaintext
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
|