sfeed

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

commit 902e9710b1c766ff80ac16d673be554325ff3141
parent 21bd0ae3aabcfb7ed47ce19e9825f8cf110afafe
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue,  1 Feb 2022 20:36:41 +0100

sfeed_curses.1: fix stdin -> tty

Because the tty (/dev/tty). is reopened when reading feed data from stdin.

Diffstat:
Msfeed_curses.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sfeed_curses.1 b/sfeed_curses.1 @@ -1,4 +1,4 @@ -.Dd January 22, 2022 +.Dd January 31, 2022 .Dt SFEED_CURSES 1 .Os .Sh NAME @@ -192,7 +192,7 @@ Resize the pane dimensions relative to the terminal size. .Bl -tag -width Ds .It Ev SFEED_AUTOCMD Read and process a sequence of keys as input commands from this environment -variable first, afterwards read from stdin as usual. +variable first, afterwards it reads from the tty as usual. This can be useful to automate certain actions at the start. .It Ev SFEED_PIPER A program where the whole TAB-Separated Value line is piped to.