jtbl
jtbl copied to clipboard
CLI tool to convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables
In general, if `jtbl` is not resizing or truncating fields it will preserve the order of fields in the column output. Field order has no significance in JSON, so this...
Hi Kelly hope you're good 👋 I thought maybe it was cool if we had a csv output. Let me know what you think
Hi. Can you add an option to sort columns in a table? Now: ```bash curl --silent http:///apt/debian/dists/stable/main/binary-amd64/Packages | /usr/local/bin/jc --pkg-index-deb -p | /usr/local/bin/jp "sort_by([], &package)[].{package: package, version: version, homepage: homepage}"...