name: blogwatcher description: 使用 blogwatcher CLI 监控博客和 RSS/Atom 源的更新。 homepage: https://github.com/Hyaxia/blogwatcher metadata: { “openclaw”: { “emoji”: “📰”, “requires”: { “bins”: [“blogwatcher”] }, “install”: [ { “id”: “go”, “kind”: “go”, “module”: “github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest”, “bins”: [“blogwatcher”], “label”: “安装 blogwatcher (go)”, }, ], }, }
blogwatcher
使用 blogwatcher 命令行工具追踪博客和 RSS/Atom 源的更新。
安装
- Go:
go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest
快速开始
blogwatcher --help
常用命令
- 添加博客:
blogwatcher add "我的博客" https://example.com - 列出博客:
blogwatcher blogs - 扫描更新:
blogwatcher scan - 列出文章:
blogwatcher articles - 标记文章为已读:
blogwatcher read 1 - 标记所有文章为已读:
blogwatcher read-all - 移除博客:
blogwatcher remove "我的博客"
示例输出
$ blogwatcher blogs
已追踪的博客 (1):
xkcd
网址: https://xkcd.com
$ blogwatcher scan
正在扫描 1 个博客...
xkcd
来源: RSS | 发现: 4 | 新文章: 4
总计发现 4 篇新文章!
备注
- 使用
blogwatcher <命令> --help来发现更多标志和选项。