Utility to convert HTML documents into plain text.
html2text is a command line utility, written in C++, that converts HTML documents into plain text. Each HTML document is loaded from a location indicated by a URI or read from standard input, and formatted into a stream of plain text characters that is written to standard output or into an output file. The input URI may specify a remote site from which the documents are loaded via the Hypertext Transfer Protocol (HTTP).
html2text is a command line utility, written in C++, that converts HTML documents into plain text. Each HTML document is loaded from a location indicated by a URI or read from standard input, and formatted into a stream of plain text characters that is written to standard output or into an output file. The input URI may specify a remote site from which the documents are loaded via the Hypertext Transfer Protocol (HTTP).
To install html2text, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install html2text
To see what files were installed by html2text, run:
port contents html2text
To later upgrade html2text, run:
sudo port selfupdate && sudo port upgrade html2text
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.