2018-01-16 Browser Alternatives

lynx is a text browser with support for Gopher.

lynx

w3m is a text browser with better table layout. Can be used as a Gopher browser, using gopher2html.

w3m

gopher2html

links is a text browser with better table layout.

links

q is just using `html2text` in a script:

q

#!/usr/bin/env bash
curl -s $1 | html2text -width 67 -style pretty | less

dillo is a graphical browser with its own renderer.

dillo

next is keyboard controlled

next

surf is a simple, embeddable web browser based on WebKit2/GTK+.

surf

uzbl is based on WebkitGtk+ and scriptable.

uzbl

​#Web