Linux command
feed2exec 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Fetch all configured feeds
feed2exec fetch
Add a new feed
feed2exec add [feedname] [https://example.com/feed.xml]
List configured feeds
feed2exec ls
Remove a feed
feed2exec rm [feedname]
Run with custom config
feed2exec --config [~/.config/feed2exec.ini] fetch
说明
feed2exec fetches RSS/Atom feeds and executes commands for each new entry. It's a flexible feed processor that can send emails, run scripts, save files, or trigger any command based on feed updates. Unlike feed readers, feed2exec is designed for automation. Common uses include email notifications, archiving, and triggering webhooks when feeds update.
参数
- fetch
- Fetch and process all feeds.
- add _name_ _url_
- Add new feed.
- rm _name_
- Remove feed.
- ls
- List configured feeds.
- parse _url_
- Parse feed without processing.
- --config _file_
- Configuration file path.
- --verbose, -v
- Verbose output.
- --debug
- Debug output.
FAQ
What is the feed2exec command used for?
feed2exec fetches RSS/Atom feeds and executes commands for each new entry. It's a flexible feed processor that can send emails, run scripts, save files, or trigger any command based on feed updates. Unlike feed readers, feed2exec is designed for automation. Common uses include email notifications, archiving, and triggering webhooks when feeds update.
How do I run a basic feed2exec example?
Run `feed2exec fetch` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does fetch do in feed2exec?
Fetch and process all feeds.