elinks开始,回想了一下Linux下基于ncurses库的“浏览器”,有如下几种:
lynx :最经典的,不用说了
w3m :用的和知道的人好像比较少。
elinks :昨天刚看到的,据说是替代lynx的程序。
links :指向elinks的软链接。
htmlview :一个shell角本,不能算是文件浏览器,他是一个探测程序,使用探测到的程序打开URL,在文本终端上,总是使用文件浏览器打开URL。
原文:http://askubuntu.com/questions/29540/browsing-the-internet-from-the-command-line
-
ELinks :
-
Keyboard Shortcuts
- Open new tab - t
- Goto URL - g
- Go back - Left
- Go forward - u
- Exit - q
- Toggle images - *
- Toggle link numbering - .
- Toggle document colours - %
- Next tab - >
- Previous tab - <
- Close tab - c
- Open in new tab in background - T
-
Automatic URL rewrites
d
- dictionary searchdmoz
- dmoz searchg
- google searchwiki
- wikipedia search
(source)
-
Wikipedia has a List of more text-based web-browsers, not all of which are available in Ubuntu.