/gifme

creates gifs inline for iterm2

Primary LanguageGo

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