Print a table and don't wrap or truncate rows

jtbl

  • Utility to print JSON and JSON Lines data as a table in the terminal.
    More information: <https://github.com/kellyjonbrazil/jtbl>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

cat {{file.json}} | jtbl -n

click the source code to copy