Small native macOS 14+ menu bar helper for searching Giphy and copying Slack-friendly CDN GIF links.
Install with Homebrew:
brew tap opzero1/tap
brew install --cask gifbarOr build locally:
-
Build the app:
./scripts/package-app.sh
-
Open
dist/GifBar.app. -
Click the GifBar icon in the macOS menu bar.
-
Add a Giphy API key when prompted. GifBar also reads
GIPHY_API_KEYwhen launched from a shell. -
Search Giphy.
-
Click a GIF result to copy its CDN GIF URL:
https://media0.giphy.com/media/Ke97StdZZrPRbefL6D/200.gif?cid=...&rid=200.gif&ct=g
Clicked GIFs are saved in Recent with metadata from Giphy, including title, creator, rating, source domain, and tags when available.
swift test
swift build
swift run GifBar