w3m is a pager/text-based WWW browser. It is a similar application to Lynx, but it has several features Lynx doesn't have, like tables, frames and inline image rendering. Its 8-bit support is second to none.
w3m is a pager/text-based WWW browser. It is a similar application to Lynx, but it has several features Lynx doesn't have, like tables, frames and inline image rendering. Its 8-bit support is second to none.
To install w3m, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install w3m
To see what files were installed by w3m, run:
port contents w3m
To later upgrade w3m, run:
sudo port selfupdate && sudo port upgrade w3m
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.