1.1.1 • Published 5 years ago
gif-term-cli v1.1.1
gif-term-cli
Search GIFs by a word or phrase and display a match in the terminal. Like Giphy for Slack, but for the terminal.
Currently supported on iTerm2 >= 3.
Install
$ npm install --global gif-term-cli
Usage
gif-term --help
Usage
$ gif-term <text>
Options
--sticker -s Get a sticker gif
--clip -c Copy gif url to clipboard
--height -h Set gif height [Npx|N%|N|'auto']
--width -w Set gif width [Npx|N%|N|'auto']
Examples
$ gif-term 'this is awesome'
$ gif-term 'facepalm' --clip --width=100%
Run it without arguments to enter search mode.
Related
gif-term - API for this module, check out for more details
term-img-cli - Thanks to sindresorhus for the insipration 🙏
License
MIT