That's cool, but I like the Google Command Line interface even more:<p><a href="http://code.google.com/p/googlecl/" rel="nofollow">http://code.google.com/p/googlecl/</a><p>I was blown away the first time I edited Google doc using vim, hit ":wq" (save), and saw my changes reflected instantly in my browser, where I had opened the same document.<p>The Oauth authentication was also pretty cool. Instead of asking for your Google credentials every time / saving them on your machine, the first GoogleCL use opens a browser window, prompts you to log into your Google Account, and asks you to authorize the Google CL client. You may then revoke this permission at any time (like any Oauth token).