1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:22:07 +02:00
tldr/pages/common/rss2email.md
Vitor Henrique c8f956319f
pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-14 21:25:13 +01:00

28 lines
438 B
Markdown

# rss2email
> Deliver news from RSS feeds to an email program.
> More information: <https://github.com/rss2email/rss2email>.
- List all feeds:
`r2e list`
- Convert RSS entries to email:
`r2e run`
- Add a feed:
`r2e add {{feed_address}}`
- Add a feed with a specific email address:
`r2e add {{feed_address}} {{new_email@example.com}}`
- Delete a specific feed:
`r2e delete {{number_of_feed_in_list}}`
- Display help:
`r2e -h`