Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.02 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.02 KB

About

Prints an inline gif

Prerequisites

iterm 2.9.20150512+ see iterm inline images

Install

go get github.com/trotha01/gifme

Use

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

Example

Detailed Install

Install the latest iterm

Install golang

export GOPATH=~/go
export PATH="$PATH:$GOPATH/bin"
export GOROOT="/usr/local/go"

Install gifme

go get github.com/trotha01/gifme