Skip to content

llimllib/webcommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Handy commands for doing web stuff from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages