https://github.com/kstrauser/giphycat
Fetch and display Giphy images in iTerm 2 v3
https://github.com/kstrauser/giphycat
Last synced: about 1 year ago
JSON representation
Fetch and display Giphy images in iTerm 2 v3
- Host: GitHub
- URL: https://github.com/kstrauser/giphycat
- Owner: kstrauser
- License: mit
- Created: 2016-02-23T02:34:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T16:53:12.000Z (about 7 years ago)
- Last Synced: 2025-04-10T17:38:50.561Z (about 1 year ago)
- Language: Python
- Size: 3.37 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# giphycat - Giphy fun for iTerm2
OS X's [iTerm2](https://iterm2.com) terminal emulator supports inline images. Obviously, there has to be a Giphy command line client to properly take advantage of this:

# Installation
giphycat requires either Python 2.7 or Python 3.5+ (and possibly earlier versions of Python 3, although they haven't been tested). Use pip to install it:
`$ pip install giphycat`
# Usage
When run with no arguments, `giphycat` fetches a random image from Giphy and displays it in the terminal:
`$ giphycat`

Any other arguments are treated as a search phrase, and `giphycat` will return one of the images for that phrase at random:
`$ giphycat boston terrier`

`$ giphycat creqcrqwrceqwrceqwrq`
`Unable to find any GIFs for 'creqcrqwrceqwrceqwrq'`
# Copyright
giphycat is ©2016 by Kirk Strauser .
# License
giphycat is distributable under the terms of the MIT License.