jsonfeed shell/awk script: add a comment to the C version - randomcrap - random crap programs of varying quality
(HTM) git clone git://git.codemadness.org/randomcrap
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 80bbe54cfd8e99cba06835998207283d829695f9
(DIR) parent e37ab5d1e9a0a9b0bfceaa975a4e2716eaf8b6af
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 4 Apr 2023 19:01:01 +0200
jsonfeed shell/awk script: add a comment to the C version
Diffstat:
M config/sfeed/connectors/jsonfeed | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/config/sfeed/connectors/jsonfeed b/config/sfeed/connectors/jsonfeed
@@ -5,6 +5,8 @@
# Atom specification: https://datatracker.ietf.org/doc/html/rfc4287
#
# NOTE: it will not convert all possible JSONfeed fields.
+#
+# See also the C version: https://codemadness.org/git/jfconvert/
json2tsv -r -F '\x1f' -R '\x1e' | \
LC_ALL=C awk '