Display GIFs in your terminal!
$ go get -u github.com/jrab89/termgif
(Make sure your $GOPATH is in your $PATH)
$ 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.
