logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sfeed_markread — mark items as read/unread

Authors

       Hiltjo Posthuma <hiltjo@codemadness.org>

Debian                                            July 25, 2021                                SFEED_MARKREAD(1)

Description

sfeed_markread  reads  a plain-text list of URLs from stdin.  The file format for the list of URLs is one
       URL per line.  sfeed_markread will write to the  file  specified  as  urlfile  or  with  the  environment
       variable  SFEED_URL_FILE.  The sfeed_markread script can be used by sfeed_curses(1) to mark items as read
       and unread.

Environment Variables

       SFEED_URL_FILE
               This variable can be set to use as the path to the file containing  a  plain-text  list  of  read
               URLs.

Examples

       export SFEED_URL_FILE="$HOME/.sfeed/urls"
       echo 'https://codemadness.org/sfeed.html' | sfeed_markread read

       or

       echo 'https://codemadness.org/sfeed.html' | sfeed_markread read ~/.sfeed/urls

Exit Status

       The sfeed_markread utility exits 0 on success, and >0 if an error occurs.

Name

       sfeed_markread — mark items as read/unread

See Also

awk(1), sfeed_curses(1)

Synopsis

sfeed_markreadread | unread [urlfile]

See Also