Linux command
r2e 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Convert RSS to email
r2e run
Add feed
r2e add [name] [url] [email]
List feeds
r2e list
Delete feed
r2e delete [name]
Create config
r2e new [email]
说明
r2e (rss2email) monitors RSS and Atom feeds and delivers new entries as individual email messages to a specified address. It bridges the gap between web-based content syndication and email-based reading workflows, allowing users to follow blogs, news sites, and other feeds through their existing mail client. The tool maintains state between runs to track which entries have already been sent, so each invocation of r2e run only delivers new items. Feeds are managed with add, list, and delete subcommands, and the initial configuration created by r2e new sets the default recipient address. It supports both SMTP delivery and local sendmail for dispatching messages.
参数
- run
- Process feeds.
- add _NAME_ _URL_ _EMAIL_
- Add feed.
- list
- List feeds.
- delete _NAME_
- Remove feed.
- new _EMAIL_
- Initialize config.
FAQ
What is the r2e command used for?
r2e (rss2email) monitors RSS and Atom feeds and delivers new entries as individual email messages to a specified address. It bridges the gap between web-based content syndication and email-based reading workflows, allowing users to follow blogs, news sites, and other feeds through their existing mail client. The tool maintains state between runs to track which entries have already been sent, so each invocation of r2e run only delivers new items. Feeds are managed with add, list, and delete subcommands, and the initial configuration created by r2e new sets the default recipient address. It supports both SMTP delivery and local sendmail for dispatching messages.
How do I run a basic r2e example?
Run `r2e run` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does run do in r2e?
Process feeds.