Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 602 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 602 Bytes

Termgif

Display GIFs in your terminal!

megaman

Installation

$ go get -u github.com/jrab89/termgif

(Make sure your $GOPATH is in your $PATH)

Usage

$ termgif SOME_GIF

SOME_GIF can be a path to a GIF file or a URL. URLs are assumed to start with http:// or https://. For example:

$ termgif https://github.com/jrab89/termgif/raw/master/_example_gifs/doge_50x50px.gif
...
$ termgif _example_gifs/megaman_256x256px.gif
...

Press CTRL+C or ESC to exit.