sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit d14aac682c5d52e3dacaadd13f4e5dd459c5bb9c
parent 365d7205d357147c04375c65651df0c2c4d96f1b
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 24 Feb 2022 00:49:18 +0100

sfeed_curses.1: clarify the 'R' keybind or SIGHUP will reload the url file also

... if it is set of course.

Diffstat:
Msfeed_curses.1 | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sfeed_curses.1 b/sfeed_curses.1 @@ -1,4 +1,4 @@ -.Dd February 4, 2022 +.Dd February 24, 2022 .Dt SFEED_CURSES 1 .Os .Sh NAME @@ -83,6 +83,9 @@ Go to the next feed in the feeds pane and open it. Redraw screen. .It R Reload all feed files which were specified as arguments on startup. +If +.Ev SFEED_URL_FILE +is set, it will reload the URLs from this file also. .It m Toggle mouse-mode. It supports xterm X10 and extended SGR encoding. @@ -182,6 +185,9 @@ Switch to the feeds pane. .Bl -tag -width Ds .It SIGHUP Reload all feed files which were specified as arguments on startup. +If +.Ev SFEED_URL_FILE +is set, it will reload the URLs from this file also. .It SIGINT Interrupt: when searching it cancels the line editor, otherwise it quits. .It SIGTERM