MeatballWiki logo MeatballWiki

Edit History Raw RSS Talk

using w3m

You think BadBrowsersMustDie and you are looking for an alternative?

They all handle tables now. Try them. w3m even handles textarea fields now.

I recommend w3m. Links and Lynx both start displaying pages before they finish loading it. Therefore they often seem faster than w3m. -- AlexSchroeder

using w3m

I created a shell script "web-browser" which more or less does this:

if test -z "$DISPLAY"; then
    w3m $1
else
    xterm -e w3m $1
fi

In w3m you can define external browsers. Set the first external browser to "web-browser %s" -- then you can open another window using "M".


CategoryWebTechnology

134 words · 1 min read · 3 pages link here

Similar pages (6)