Do interesting stuff with the web, from the command line.
##gif
Get a gif from google images. Will return one random gif from the search.
For example, to open one in your favorite web browser on a Mac, try:
gif squirrel | xargs open
To turn off google safesearch, pass the --unsafe flag.
##image
Get an image from google images. Will return one random image from the search.
For example, to open one in your favorite web browser on a Mac, try:
image squirrel | xargs open
To turn off google safesearch, pass the --unsafe flag.
##wiki
Search wiki and return the first result.
For example, to open the wiki page for Squirrel in your web browser on a Mac, try:
wiki squirrel | xargs open