jless is a command-line JSON viewer. Use it as a replacement for whatever combination of less, jq, cat and your editor you currently use for viewing JSON files.
jless is a command-line JSON viewer. Use it as a replacement for whatever combination of less, jq, cat and your editor you currently use for viewing JSON files.
To install jless, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jless
To see what files were installed by jless, run:
port contents jless
To later upgrade jless, run:
sudo port selfupdate && sudo port upgrade jless
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.