A simple CLI tool to print JSON and JSON Lines data as a table in the terminal.
A simple CLI tool to print JSON and JSON Lines data as a table in the terminal. jtbl accepts piped JSON data from stdin and outputs a text table representation to stdout.
A simple CLI tool to print JSON and JSON Lines data as a table in the terminal. jtbl accepts piped JSON data from stdin and outputs a text table representation to stdout.
To install jtbl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jtbl
To see what files were installed by jtbl, run:
port contents jtbl
To later upgrade jtbl, run:
sudo port selfupdate && sudo port upgrade jtbl
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.