-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

jtbl


> Utility to print JSON and JSON Lines data as a table in the terminal.

More information.


Print a table from JSON or JSON Lines input:

cat {file.json} | jtbl

Print a table and specify the column width for wrapping:

cat {file.json} | jtbl --cols={width}

Print a table and truncate rows instead of wrapping:

cat {file.json} | jtbl -t

Print a table and don't wrap or truncate rows:

cat {file.json} | jtbl -n


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:14:37 2024