sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 0db7cfb7f4b03d5e3709cde6fdb0a79007be2966
parent 7e480f2fe1c3ad693ab280c65a9dd04979d3a63e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 15 Nov 2019 16:24:27 +0100

rocks: add my json2tsv tool and a "text processing" section

json2tsv: a JSON to TSV converter and parser. About 425 lines of C with no
library dependencies (except libc).

It is useful for text processing JSON on the command-line (somewhat similar to
jq).

Diffstat:
Msuckless.org/rocks/index.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -182,6 +182,10 @@ This covers most console-based programs and programs from * [vis](https://github.com/martanne/vis) - A modern, legacy free, simple yet efficient vim-like editor. * [wily](http://www.cse.yorku.ca/~oz/wily/) - An acme clone for POSIX. +### Text processing + +* [json2tsv](https://codemadness.org/json2tsv.html) - a JSON to TAB-Separated Value (TSV) converter (and parser code). + ### Utilities / miscellaneous * [abduco](http://www.brain-dump.org/projects/abduco/) - session {at,de}tach support.