mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 21:46:02 +02:00
r2e: add page (#4240)
This commit is contained in:
parent
a9e7cedb02
commit
2ead707cc3
1 changed files with 25 additions and 0 deletions
25
pages/common/r2e.md
Normal file
25
pages/common/r2e.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# r2e
|
||||
|
||||
> Forwards RSS feeds to an email address.
|
||||
> Requires a configured `sendmail` or smtp setup.
|
||||
> More information: <https://github.com/rss2email/rss2email>.
|
||||
|
||||
- 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 run`
|
||||
|
||||
- List all feeds:
|
||||
|
||||
`r2e list`
|
||||
|
||||
- Delete a feed at a specified index:
|
||||
|
||||
`r2e delete {{index}}`
|
Loading…
Add table
Reference in a new issue