How to search Giphy from Alfred

Search Giphy from Alred

I’ve spent way too much time today searching for GIFs, and realized I’ve never shared my workflow to search Giphy from Alfred.

It’s an easy little workflow to put together. I set the keyword to be gif and the workflow activates this little bash script:

search=$(echo "{query}" | sed 's/ /-/g')
open "http://giphy.com/tags/${search}"

Once it’s set up, you can hit the keyword in Alfred and start typing your search query. Hit enter and Giphy will open in your browser with its results.

If you don’t want to set that up, you can download the workflow here.