1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 05:35:42 +02:00

r2e, rss2email: merge to r2e (#17306)

This commit is contained in:
Managor 2025-07-22 07:31:03 +03:00 committed by GitHub
parent 442aac8e4e
commit 18ca4a7a52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 28 deletions

View file

@ -23,3 +23,7 @@
- Delete a feed at a specified index: - Delete a feed at a specified index:
`r2e delete {{index}}` `r2e delete {{index}}`
- Display help:
`r2e {{[-h|--help]}}`

View file

@ -1,28 +0,0 @@
# 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|--help]}}`