snippetbashTip
r2e — Forwards RSS feeds to an email address. Requires a configured `sendmail` or smtp setup. More informa
Viewed 0 times
commandfeedsaddressforwardsr2ecliemailrss
Problem
How to use the
r2e command: Forwards RSS feeds to an email address. Requires a configured sendmail or smtp setup. More information: <https://manned.org/r2e>.Solution
r2e — Forwards RSS feeds to an email address. Requires a configured sendmail or smtp setup. More information: <https://manned.org/r2e>.Create a new feed database that sends email to an email address:
r2e new {{email_address}}Subscribe to a feed:
r2e add {{feed_name}} {{feed_URI}}Send new stories to an email address:
r2e runList all feeds:
r2e listDelete a feed at a specified index:
r2e delete {{index}}Display help:
r2e {{[-h|--help]}}Code Snippets
Create a new feed database that sends email to an email address
r2e new {{email_address}}Subscribe to a feed
r2e add {{feed_name}} {{feed_URI}}Send new stories to an email address
r2e runList all feeds
r2e listDelete a feed at a specified index
r2e delete {{index}}Context
tldr-pages: common/r2e
Revisions (0)
No revisions yet.