One Thing Well

A weblog about simple, useful software.

You can follow along on Twitter or via the feed. Don't hesitate to get in touch. Sponsor the site.

w3m is a very capable text-based web browser.

You can also use it to convert HTML documents into readable text files, like so:


cat article.html | w3m -dump -T text/html > article.txt

w3m is a very capable text-based web browser.

You can also use it to convert HTML documents into readable text files, like so:

cat article.html | w3m -dump -T text/html > article.txt