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:
parent
442aac8e4e
commit
18ca4a7a52
2 changed files with 4 additions and 28 deletions
|
@ -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]}}`
|
||||||
|
|
|
@ -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]}}`
|
|
Loading…
Add table
Reference in a new issue