logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sfeed_json — format feed data to JSON Feed

Authors

       Hiltjo Posthuma <hiltjo@codemadness.org>

Debian                                           August 1, 2023                                    SFEED_JSON(1)

Description

sfeed_json formats feed data (TSV) from sfeed(1) from stdin or for each file to stdout as JSON Feed data.
       If one or more file arguments are specified then the basename of the file is used as the feed name in the
       output.   If  no  file  arguments  are specified and so the data is read from stdin then the feed name is
       empty.

       If sfeed_json is reading from one or more file arguments it will prefix the entry title with "[feed name]
       ".

Examples

       curl -s 'https://codemadness.org/atom.xml' | sfeed | sfeed_json

Exit Status

       The sfeed_json utility exits 0 on success, and >0 if an error occurs.

Name

       sfeed_json — format feed data to JSON Feed

See Also

sfeed(1), sfeed_atom(1), sfeed(5)

Standards

JSONFeedVersion1.1, https://www.jsonfeed.org/version/1.1/, Nov, 2022.

Synopsis

sfeed_json [file...]

See Also