Skip to content

A program that displays images in the terminal using ANSI colors and ASCII art.

License

Notifications You must be signed in to change notification settings

tszymczak/river

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

river

River is a program that prints out images in the terminal using ASCII art or colored blocks. I named it river because it is a Rust Image ViewER.

Written by Thomas Szymczak, @tszymczak on GitHub.

Building and running

This quick guide assumes you already have Rust installed on your system.

First download and compile the code:

git clone https://github.com/tszymczak/river
cd river/
cargo build --release

Building with --release takes longer to compile but the built program is faster. If you omit the --release option when compiling, omit it when running as well.

Next run it with:

cargo run --release ./image.jpg

For the help text run

cargo run --release -- -h

Or run the executable directly. The exact command might vary depending on your platform but for me it is like this:

./target/release/river -h

About

A program that displays images in the terminal using ANSI colors and ASCII art.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages