Supports both rss and atom feeds.
fetches feeds updated based on last run. This is still a work in progress and things are likely to change.
You can get both by installing rustup and this is as easy as running single command.
rss-update --help
```bash
rss-update 0.1
To track and fetch updates on rss feeds.USAGE: rss-update [SUBCOMMAND]
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS:
add Add new feed source to track.
help Prints this message or the help of the given subcommand(s)
read to mark post as read.
remove to remove feed from tracking
setup Set up config for traking feeds.
tracking Lists feeds that are currently being tracked along with its metadata.
unread Display contents of read list on terminal.
``
3. To setup:
rss-update setup`.
rss-update add --feed <FEED>
rss-update
rss-update unread
rss-feed read --post <URL>
rss-feed tracking
To remove feed from tracking: rss-feed remove --feed <FEED>
For performing specific subcommand: rss-update subcommand --opts...
rss-update --help
should return output as shown above. you can get spefic command help by running
help on subcommand like
rss-update add --help
.
```bash
rss-update-add
Add new feed source to track.
USAGE:
rss-update add [OPTIONS] --feed
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--feed