Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/llimllib/webcommands

Handy commands for doing web stuff from the command line
https://github.com/llimllib/webcommands

Last synced: about 2 months ago
JSON representation

Handy commands for doing web stuff from the command line

Awesome Lists containing this project

README

        

webcommands
==========

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`