rss2email: add page (#9024)

pull/1/head
Joel Tony 2022-10-16 10:59:10 +05:45 committed by GitHub
parent c1ed5c596e
commit 1a2930857f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/common/rss2email.md Normal file
View File

@ -0,0 +1,28 @@
# rss2email
> Tool for delivering 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`