A series of utilites for dealing with feeds.
feed-read- open all the unread entries.feed-update- update all the feeds.feed-daily- open all unread entries in feeds tagged as daily.feed-addatom- add a new atom feed.feed-addrss- add a new rss feed.feed-delete- delete an existing feed.
feed-read and feed-update both use a "feed" directory, by default
~/.config/feeds/.
This contains several subdirectories, each corresponding to a single feed.
Each feed directory contains an open executable (the helper program to run
when opening the file), and a fetch executable (the program to run to
generate an up-to-date version of the feed).
Optionally, the feed directory can contain a daily file, which tags the feed
as daily.
Data on unread and read feeds is stored in a TSV file, by default in
~/.local/share/feedutils.tsv.