sfeed

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

commit 6acbd7c9ffc4fd19fadeb176324f6fe2ccaae110
parent d07bbe841d170008fd2a91ef288e3ec736ee00d3
Author: gearsix <gearsix@tuta.io>
Date:   Thu, 19 Aug 2021 14:21:31 +0100

added changed made to README

Diffstat:
MREADME | 10++++++++++
Msfeed_read | 2+-
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -9,6 +9,16 @@ other formats. There are also some programs and scripts included to import and export OPML and to fetch, filter, merge and order feed items. +gearsix changes +--------------- + +I've just added the sfeed_read script, which runs sfeed_updated and uses the +specified sfeed_* tool (defaults to html, specified with -e) to xdg-user-dir +DOCUMENTS (or ~/Documents if missing). +Output files are named after the current time. +Finally, it opens the generated output file using xdg-open. + + Build and install ----------------- diff --git a/sfeed_read b/sfeed_read @@ -2,7 +2,7 @@ # sfeed_read # author: gearsix -# description: sfeed_update; generate $FOUT && xdg-open $FOUT +# description: sfeed_update; generate $FOUT && xdg-open $FEEDS (xdg-user-dir DOCUMENTS or ~/Documents) # usage: "sfeed_read [ENGINE]" ENGINE (optional) sets the sfeed_X tool to use (default is sfeed_html) TIMESTAMP=$(date +%F)