Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

30
r2e Normal file
View File

@@ -0,0 +1,30 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`