jc converts the output of popular command-line tools and file-types to JSON.
jc converts the output of popular command-line tools and file-types to JSON. This allows for piping the output to tools like jq, and/or for easier parsing within scripts.
jc converts the output of popular command-line tools and file-types to JSON. This allows for piping the output to tools like jq, and/or for easier parsing within scripts.
To install jc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jc
To see what files were installed by jc, run:
port contents jc
To later upgrade jc, run:
sudo port selfupdate && sudo port upgrade jc
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.