sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

sfeed_read.1 (642B)


      1 .Dd April 15, 2021
      2 
      3 .Dt SFEED_READ 1
      4 
      5 .Sh NAME
      6 .Nm sfeed_read
      7 .Nd update and read sfeed feeds
      8 
      9 .Sh SYNOPSIS
     10 .Nm
     11 .Op Ar ENGINE
     12 
     13 .Sh DESCRIPTION
     14 .Bd -literal
     15 Call sfeed_update and use the sfeed $ENGINE (default sfeed_html) to generate
     16 a file in $FEEDS named after the current date, then call xdg-open on said
     17 file.
     18 
     19 .Sh ARGUMENTS
     20 .Bl -tag
     21 .It Ar ENGINE
     22 Specify the sfeed engine to use (defaults to sfeed_html).
     23 
     24 .Sh ENVIRONMENT VARIABLES
     25 .Bl -tag
     26 .It Ar FEEDS
     27 The file output sfeed results to (defaults to
     28 .Pa ~/$(xdg-user-dir DOCUMENTS)/feeds)
     29 
     30 .It Ar SFEED
     31 The directory containing sfeed feeds (defaults to
     32 .Pa ~/.sfeed/feeds)
     33 
     34 .Os Unix; BSD