| Crates.io | termage |
| lib.rs | termage |
| version | 1.1.1 |
| created_at | 2018-02-10 11:39:45.043487+00 |
| updated_at | 2018-05-11 17:16:37.286986+00 |
| description | Display images in the terminal! |
| homepage | |
| repository | https://github.com/calum/terminal_image_display |
| max_upload_size | |
| id | 50469 |
| size | 11,430 |
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
$ 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
termage -i ferris.png

termage -g pika.gif

termage -i pika.png
