commit 452704f7bebb36d79ed1459f0cce374237f97cb8
Author: NRK <nrk_AT_disroot.org>
Date: Sat Jun 25 14:57:46 2022 +0600
[rocks]: add csvquote and md4c
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 763c50cf..f7a29c86 100644
--- a/suckless.org/rocks/index.md
+++ b/suckless.org/rocks/index.md
_AT_@ -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
Received on Sat Jul 02 2022 - 12:55:17 CEST