mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 04:52:24 +00:00
Update cheatsheets
This commit is contained in:
33
rss2email
Normal file
33
rss2email
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user