goosh.org: the unofficial Google shell
Goosh.org is a web application which behaves like a Unix shell. You can unofficially call it “Google Command Line” but it’s not officially supported by Google – it only uses Google as a search engine. Underlying code is probably based on Google Web Toolkit (GWT).
You can use word “help” or “?” to get all of the available commands:
web ~ search the web
wiki ~ Wikipedia search
video ~ video search
lucky ~ “I’m feeling lucky” search
…
For instance, if you want to search Wikipedia for the term “CHAP”, you would type:
wiki chap
Or, if you want to search the Web for the term “Frame Relay”, you would type:
web frame relay
Nice idea to make something like this – very cool – try it out!!!
