TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The unofficial Google shell

396 pointsby JCB_Kabout 14 years ago

22 comments

eneveuabout 14 years ago
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).
评论 #2459615 未加载
growtabout 14 years ago
Hi, I made this some years ago. In fact it was the reason to sign up as a hacker news user :)<p>I didn't had the time to update it, so some things are broken (login, auto complete). And the open source project never caught traction.
评论 #2462094 未加载
Symmetryabout 14 years ago
You might be a UNIX geek if:<p>You type "cat news" and then are confused that the results involve felines.
评论 #2461171 未加载
tybrisabout 14 years ago
I'm just shocked that something that uses a Google search API survived for more than 2 years.
cleverjakeabout 14 years ago
<a href="http://news.ycombinator.com/item?id=1025039" rel="nofollow">http://news.ycombinator.com/item?id=1025039</a>
评论 #2458958 未加载
评论 #2459136 未加载
random42about 14 years ago
Pretty Awesome. I'd love it even more, if it had auto-complete on the command-line too.
xdabout 14 years ago
Looking at the svn repo (<a href="http://goosh.googlecode.com" rel="nofollow">http://goosh.googlecode.com</a>) this project is over 2 years old.
评论 #2459200 未加载
dhruvbirdabout 14 years ago
I've made something like this for DuckDuckGo, but haven't released it since I want tab-completion (uses a static list for now). Will release as an official UI once DDG gets search suggestions.<p><a href="http://dhruvbird.com/tty.html" rel="nofollow">http://dhruvbird.com/tty.html</a><p>Edit: There is no GA tracking on this page even though I use to for my site (other pages) - to keep with the general privacy experience of DDG
JonnieCacheabout 14 years ago
I love the use of the url fragment.<p>Type some commands and hit the back button a few times.
djacobsabout 14 years ago
Very cool. `man login` says that you only see the username we type in. How are you authenticating?
评论 #2459015 未加载
keyleabout 14 years ago
Wow I've been thinking of writing something very similar lately using nodejs and parsing the html (maybe using lynx --dump). But this is pretty much as good idea and blazing fast!
评论 #2459363 未加载
hsmyersabout 14 years ago
Appeals to the inner command line in me. Needs a spell command to make it complete for me :)
Leviabout 14 years ago
I enjoyed this quite a bit. Set it as my new homepage.
ilazarteabout 14 years ago
If it's unofficial its 'An' instead of 'The'
评论 #2459902 未加载
评论 #2459940 未加载
praeclarumabout 14 years ago
guest@goosh.org:/web&#62; calculate 1 inch in m Error: could not calculate that.<p>:-( fail. But still a really great concept!
JMKwinsabout 14 years ago
cool !
emwaabout 14 years ago
typed pwd got search results.
评论 #2460092 未加载
hutushen222about 14 years ago
cool
IVirOrfeoabout 14 years ago
goosh goosh goosh...
briancrayabout 14 years ago
Fun
lloekiabout 14 years ago
Gah. <i>"sudo make me a sandwich"</i> returns actual results.<p>There has to be a few easer eggs.
MikeKusoldabout 14 years ago
'su root' doesn't seem to work. It just shows search results. I'll file a bug report.