FluxDown CLI v0.2.5-rc.3
Pre-release
Pre-release
·
251 commits
to main
since this release
[0.2.5-rc.3] - 2026-07-27
🚀 新功能
- 新增
rss命令组,可在命令行直接管理 RSS/Atom 订阅:rss add添加订阅(支持指定队列、保存目录、抓取间隔、自动下载/仅收集模式、关键词包含或排除过滤),rss list列出全部订阅及其抓取间隔、未读数与状态,rss rm删除订阅,rss refresh立即触发一次抓取而不必等下一个周期,rss items查看某个订阅下的条目列表及其状态
[0.2.5-rc.3] - 2026-07-27
🚀 Features
- Added an
rsscommand group for managing RSS/Atom subscriptions directly from the CLI:rss addcreates a subscription (with options for queue, save directory, fetch interval, auto-download vs. collect-only mode, and include/exclude keyword filters),rss listshows all subscriptions with their interval, unread count, and status,rss rmdeletes a subscription,rss refreshtriggers an immediate fetch without waiting for the next cycle, andrss itemslists the items collected by a subscription along with their status
📦 下载预编译二进制
| 平台 | 资产 |
|---|---|
| Windows x64 / ARM64 | FluxDown-CLI-0.2.5-rc.3-windows-{x64,arm64}.zip |
| macOS Intel / Apple Silicon | FluxDown-CLI-0.2.5-rc.3-macos-{x64,arm64}.tar.gz |
| Linux x64 / ARM64(musl 静态链接,任意发行版可用) | FluxDown-CLI-0.2.5-rc.3-linux-{x64,arm64}.tar.gz |
解压后得到 fluxdown(Windows 为 fluxdown.exe),放入 PATH 即可使用。文件校验见 SHA256SUMS.txt。
🛠️ 从源码安装
cargo install --git https://github.com/zerx-lab/FluxDown fluxdown_cli🚀 快速开始
fluxdown ping # 探活(需 FluxDown App / server 运行中)
fluxdown add https://example.com/f.zip
fluxdown ls服务地址经 --url 或 FLUXDOWN_URL(默认 http://127.0.0.1:17800),
管理 token 经 --token 或 FLUXDOWN_TOKEN。