gifgrep▌
steipete/clawdis · updated Apr 21, 2026
Use gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets.
gifgrep
Use gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets.
GIF-Grab (gifgrep workflow)
- Search → preview → download → extract (still/sheet) for fast review and sharing.
Quick start
gifgrep cats --max 5gifgrep cats --format url | head -n 5gifgrep search --json cats | jq '.[0].url'gifgrep tui "office handshake"gifgrep cats --download --max 1 --format url
TUI + previews
- TUI:
gifgrep tui "query" - CLI still previews:
--thumbs(Kitty/Ghostty only; still frame)
Download + reveal
--downloadsaves to~/Downloads--revealshows the last download in Finder
Stills + sheets
gifgrep still ./clip.gif --at 1.5s -o still.pnggifgrep sheet ./clip.gif --frames 9 --cols 3 -o sheet.png- Sheets = single PNG grid of sampled frames (great for quick review, docs, PRs, chat).
- Tune:
--frames(count),--cols(grid width),--padding(spacing).
Providers
--source auto|tenor|giphyGIPHY_API_KEYrequired for--source giphyTENOR_API_KEYoptional (Tenor demo key used if unset)
Output
--jsonprints an array of results (id,title,url,preview_url,tags,width,height)--formatfor pipe-friendly fields (e.g.,url)
Environment tweaks
GIFGREP_SOFTWARE_ANIM=1to force software animationGIFGREP_CELL_ASPECT=0.5to tweak preview geometry
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★35 reviews- ★★★★★Chaitanya Patil· Dec 12, 2024
gifgrep is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Piyush G· Nov 3, 2024
Useful defaults in gifgrep — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Charlotte Harris· Oct 26, 2024
I recommend gifgrep for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Shikha Mishra· Oct 22, 2024
Registry listing for gifgrep matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Amelia Nasser· Sep 17, 2024
gifgrep has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Amelia Haddad· Sep 9, 2024
I recommend gifgrep for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Charlotte Martinez· Sep 5, 2024
Useful defaults in gifgrep — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Amelia Yang· Aug 28, 2024
Solid pick for teams standardizing on skills: gifgrep is focused, and the summary matches what you get after install.
- ★★★★★William Huang· Aug 24, 2024
Registry listing for gifgrep matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Amelia Chen· Aug 8, 2024
gifgrep fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 35