gif-term-cli

Search for a GIF by a word or phrase and display it in the terminal.

Usage no npm install needed!

<script type="module">
  import gifTermCli from 'https://cdn.skypack.dev/gif-term-cli';
</script>

README

gif-term-cli Build Status

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