LinuxCommandLibrary

r2e

Forwards RSS feeds to an email address.

TLDR

Create a new feed database that sends email to an email address

$ r2e new [email_address]
copy


Subscribe to a feed
$ r2e add [feed_name] [feed_URI]
copy


Send new stories to an email address
$ r2e run
copy


List all feeds
$ r2e list
copy


Delete a feed at a specified index
$ r2e delete [index]
copy

Copied to clipboard