A few months ago I made a prototype of a web terminal. Yes, command line on the web. I just wanted to design a simple tool for fetching information I actually needed, not ads and banners. Of course, it might do more than that.<p>Please, take a look at this video [01:03]: http://www.screencast.com/t/Z1oGwRVq5ZhB<p>What do you think? Do we need a tool like that?<p>Prototype: http://kolbasov.github.com/frosty
Project: https://github.com/kolbasov/frosty
> Yes, command line on the web ... What do you think? Do we need a tool like that?<p>But such things exists. I just wanted to ask whether you knew about Lynx, which meets this description:<p><a href="http://en.wikipedia.org/wiki/Lynx_(web_browser)" rel="nofollow">http://en.wikipedia.org/wiki/Lynx_(web_browser)</a><p>There's also wget, which does this too, but isn't interactive in the way that Lynx is:<p><a href="http://en.wikipedia.org/wiki/Wget" rel="nofollow">http://en.wikipedia.org/wiki/Wget</a>