
jtbl
List of commands for jtbl:
-
jtbl:tldr:0c626 jtbl: Print a table and specify the column width for wrapping.$ cat ${file-json} | jtbl --cols=${width}try on your machineexplain this command
-
jtbl:tldr:14b38 jtbl: Print a table and truncate rows instead of wrapping.$ cat ${file-json} | jtbl -ttry on your machineexplain this command
-
jtbl:tldr:18569 jtbl: Print a table from JSON or JSON Lines input.$ cat ${file-json} | jtbltry on your machineexplain this command
-
jtbl:tldr:d0b60 jtbl: Print a table and don't wrap or truncate rows.$ cat ${file-json} | jtbl -ntry on your machineexplain this command