[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Displays images & gifs in the terminal using rust 🖼️🖥️

Notifications You must be signed in to change notification settings

calum/terminal_image_display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Displays images & gifs in the terminal using rust 🖼️🖥️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages