Prints an inline gif
iterm 2.9.20150512+ see iterm inline images
go get github.com/trotha01/gifme
gifme little puppies
Help
gifme -h
gifsearch is a way to find gifs
Usage:
gifsearch [flags]
Flags:
-c, --count int number of gifs to return (default 1)
-e, --engine string gif engine to use 'giphy' or 'tenor'. If not specified, Tenor is searched first and Gifme if there is an error from Tenor
- go to https://www.iterm2.com/downloads.html
- scroll to bottom, and download the latest nightly build.
brew install go
(or go to https://golang.org/doc/install)mkdir -p ~/go/src
- Add to .bash_profile or .bashrc (osx or linux respectively):
export GOPATH=~/go
export PATH="$PATH:$GOPATH/bin"
export GOROOT="/usr/local/go"
go get github.com/trotha01/gifme