sfeed_markread.1 (584B)
1 .Dd August 2, 2020 2 .Dt SFEED_MARKREAD 1 3 .Os 4 .Sh NAME 5 .Nm sfeed_markread 6 .Nd mark items as read/unread 7 .Sh SYNOPSIS 8 .Nm 9 .Ar read | Ar unread 10 .Sh DESCRIPTION 11 .Nm 12 expects to receive a plain-text list with one or more urls from stdin. 13 The received format from stdin is one url per line. 14 .Sh ENVIRONMENT VARIABLES 15 .Bl -tag -width Ds 16 .It Ev SFEED_URL_FILE 17 This variable must be set to use as the path to the file containing a 18 plain-text list of read urls. 19 .El 20 .Sh EXIT STATUS 21 .Ex -std 22 .Sh SEE ALSO 23 .Xr awk 1 , 24 .Xr sfeed_curses 1 25 .Sh AUTHORS 26 .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org