sites

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

commit 452704f7bebb36d79ed1459f0cce374237f97cb8
parent 46a1006d152ce2666f77539d891a45b154ee8374
Author: NRK <nrk@disroot.org>
Date:   Sat, 25 Jun 2022 14:57:46 +0600

[rocks]: add csvquote and md4c

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

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -216,6 +216,13 @@ This covers most console-based programs and programs from ### Text processing * [json2tsv](https://codemadness.org/json2tsv.html) - a JSON to TAB-Separated Value (TSV) converter and stand-alone JSON parser code. +* [csvquote](https://github.com/skeeto/scratch/tree/master/csvquote) - tool to + encode troublesome CSV characters such that unix tools can correctly process + them. SIMD optimized by default, portable C fallback can be enabled at build + time. +* [md4c](https://github.com/mity/md4c) - markdown to html converter. Fast, + [CommonMark](https://commonmark.org/) compliant, offers extensions which can + be switched on/off via cli args. ### Utilities / miscellaneous