Files
tldr/pages.zh/common/rss2email.md

28 lines
454 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rss2email
> 将RSS源的新闻发送到电子邮件程序。
> 更多信息:<https://github.com/rss2email/rss2email>。
- 列出所有源:
`r2e list`
- 将RSS条目转换为电子邮件
`r2e run`
- 添加一个源:
`r2e add {{feed_address}}`
- 使用特定的电子邮件地址添加源:
`r2e add {{feed_address}} {{new_email@example.com}}`
- 删除特定源:
`r2e delete {{number_of_feed_in_list}}`
- 显示帮助:
`r2e -h`