summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-04-10 17:03:57 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-04-10 17:03:57 +0200
commitced0dd7f8a01dedad3ba16c4cf209aea673c3e82 (patch)
treeaff237aead08bfb59a88324961a981291d3727d4 /README
parent3f1d323497e5aefce65a3758d1bc408130d9bbe0 (diff)
sfeed_json: add JSON output format tool
This outputs the TSV data to JSON. It uses a subset of JSON Feed 1.1: https://www.jsonfeed.org/version/1.1/
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index e633a80..a0a4815 100644
--- a/README
+++ b/README
@@ -186,6 +186,7 @@ sfeed_curses - Format feed data (TSV) to a curses interface.
sfeed_frames - Format feed data (TSV) to HTML file(s) with frames.
sfeed_gopher - Format feed data (TSV) to Gopher files.
sfeed_html - Format feed data (TSV) to HTML.
+sfeed_json - Format feed data (TSV) to JSON Feed.
sfeed_opml_export - Generate an OPML XML file from a sfeedrc config file.
sfeed_opml_import - Generate a sfeedrc config file from an OPML XML file.
sfeed_markread - Mark items as read/unread, for use with sfeed_curses.