Pinfo is a hypertext info file viewer with a user interface similar to lynx. It is based on curses/ncurses, and can handle info pages as well as man pages. It also features regexp searching and user-defined colors/keys.
Pinfo is a hypertext info file viewer with a user interface similar to lynx. It is based on curses/ncurses, and can handle info pages as well as man pages. It also features regexp searching and user-defined colors/keys.
To install pinfo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pinfo
To see what files were installed by pinfo, run:
port contents pinfo
To later upgrade pinfo, run:
sudo port selfupdate && sudo port upgrade pinfo
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.