goosh.org The unofficial google shell

As a linux user, I spend most of my time using the shell to do most of the work. I am a command line fan like a lot of people out there.

goosh.org is a command line based (Ajax web based) interface for google, created by Stefan Grothkopp. You just write your search query and the results will be listed for you in a very similar manner to command line programs.

Searching using goosh will still need you to use your mouse to open the results and continue browsing. Not a very suitable shell mode. Well, this haven't been the main usage of goosh (for me).
Instead, I have been using it heavily as my translator.

Instead of:
  1. Going to http://translate.google.com/ in the browser
  2. Writing the text to be translated
  3. Choosing the from/to languages from the drop down lists
  4. Clicking "Translate"
Goosh lets you get this by:
  1. Going to goosh.org
  2. typing the command following command and hitting Enter
    translate src dst sentence
    for example:
    translate en ar my name is mahmoud
    to get "اسمي محمود"
There are short aliases for the various commands to use. translate (also trans and t).

Goosh is pretty much easier and more comfartable to use once you know your commands and its arguments.

Type help (or its alias man) while you are at the goosh shell to see the list of available commands. (example: man translate)

You can use the up key to get the last command to reuse it in a similar manner of using the shell. This is quite usable.

Comments

Ahmed El Gamil said…
Cool ..
really useful for the shell geeks like us ;)
Thanks for the useful posts
mahmoud said…
u r welcome my friend
If you're only using the shell for the translation, I use the web browser this way:
http://google.com/translate_t#en|ar|my name is mahmoud
I know it's more typing but it's more like opening a new shell window, running the script and typing the commands while firefox is always running in my case.

Michael Behman
Pravin said…
Searching using goosh will still need you to use your mouse to open the results and continue browsing. Not a very suitable shell mode.

You don't need the mouse to open the results. Just type the result number and press Enter. :-)
mahmoud said…
You are right Pravin.

I wasn't initially aware of all the keyboard shortcuts that is used with goosh.

Thanks for the tip

Popular posts from this blog

Success of Startups

Prime Numbers Generator

Stress Testing with Siege and Bombard, know your limits