In showing a long lists, sometimes one would prefer to see the value arranged aligned in columns. Some examples include listing methods of an object or debugger commands.
In showing a long lists, sometimes one would prefer to see the value arranged aligned in columns. Some examples include listing methods of an object or debugger commands.
To install rb19-columnize, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-columnize
To see what files were installed by rb19-columnize, run:
port contents rb19-columnize
To later upgrade rb19-columnize, run:
sudo port selfupdate && sudo port upgrade rb19-columnize
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.