#image #terminal #view

bin+lib termage

Display images in the terminal!

4 stable releases

Uses old Rust 2015

1.1.1 May 11, 2018
1.1.0 Apr 25, 2018
1.0.1 Feb 11, 2018
1.0.0 Feb 10, 2018

#93 in #view

28 downloads per month

MIT/Apache

12KB
167 lines

View images and gifs in your terminal! 🖼️🖥️

Install

You can install using Cargo

cargo install termage

or you can clone the repo and build the binary

git clone https://github.com/calum/terminal_image_display
cd terminal_image_display
cargo run -- --image ferris.png

Usage

$ termage --help

Termage 1.0.1
https://github.com/calum/terminal_image_display
Display any image in the terminal with Termage!

USAGE:
    termage [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -g, --gif <FILE>      Input animated gif filepath
    -i, --image <FILE>    Input image filepath

Example output

termage -i ferris.png

termage -g pika.gif

termage -i pika.png

Dependencies

~13MB
~82K SLoC