Last active
August 29, 2015 14:03
-
-
Save quanon/4c4957ae74b27a917a5e to your computer and use it in GitHub Desktop.
GIFアニメを検索してブラウザで開く
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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