Display images in your terminal, kind of
Start by obtaining Rust from https://rustup.rs. Afterwards, run
sh
cargo install termimage
After the installation process finishes, running termimage
should produce an error message.
If it does, you're ready to move on to the Usage sexion below.
If, however, you've encountered a problem during the installation, do not hesitate to open an issue here.
Alternatively, have a glance over at the releases page, which should host Windows and Linux x86_64 binaries.
Installation should be a matter of downloading them, marking as executable, and copying somewhere to your $PATH
.
Display an image
sh
termimage IMAGE_PATH
Print all images in a dir to a file.
sh
(for f in $(find image_dir -type f); do termimage -s 150x33 $f; done) > out_file
For more usage examples see the documentation.
Windows:
Linux with truecolor support:
To all who support further development on Patreon, in particular: