Skip to content

Instantly share code, notes, and snippets.

@quanon
Last active August 29, 2015 14:03
Show Gist options
  • Save quanon/4c4957ae74b27a917a5e to your computer and use it in GitHub Desktop.
Save quanon/4c4957ae74b27a917a5e to your computer and use it in GitHub Desktop.
GIFアニメを検索してブラウザで開く
curl `ruby -r uri -e 'puts URI.escape("http://ajax.googleapis.com/ajax/services/search/images?rsz=8&v=1.0&safe=active&as_filetype=gif&imgsz=large&as_sitesearch=tumblr.com&q=ひだまりスケッチ")'` | jq '.responseData.results[].url' | peco | xargs open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment