Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/llimllib/webcommands
- Owner: llimllib
- Created: 2014-02-07T19:08:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T00:05:06.000Z (almost 11 years ago)
- Last Synced: 2024-11-30T02:50:56.557Z (about 2 months ago)
- Language: Python
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`