Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rss2email: add page #9024

Merged
merged 6 commits into from
Oct 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages/common/rss2email.md
Original file line number Diff line number Diff line change
@@ -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}} {{[email protected]}}`

- Delete a specific feed:

`r2e delete {{number_of_feed_in_list}}`

- Display help:

`r2e -h`