名称: blogwatcher 描述: 使用blogwatcher CLI监控博客和RSS/Atom feed的更新。 主页: https://github.com/Hyaxia/blogwatcher 元数据: { “otto”: { “emoji”: “📰”, “requires”: { “bins”: [“blogwatcher”] }, “install”: [ { “id”: “go”, “kind”: “go”, “module”: “github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest”, “bins”: [“blogwatcher”], “label”: “安装blogwatcher (go)”, }, ], }, }
blogwatcher
使用 blogwatcher CLI 追踪博客和RSS/Atom feed的更新。
安装
- Go:
go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest
快速开始
blogwatcher --help
常见命令
- 添加博客:
blogwatcher add "My Blog" https://example.com - 列出博客:
blogwatcher blogs - 扫描更新:
blogwatcher scan - 列出文章:
blogwatcher articles - 标记文章为已读:
blogwatcher read 1 - 标记所有文章为已读:
blogwatcher read-all - 删除博客:
blogwatcher remove "My Blog"
示例输出
$ blogwatcher blogs
跟踪的博客 (1):
xkcd
URL: https://xkcd.com
$ blogwatcher scan
扫描 1 个博客...
xkcd
来源: RSS | 找到: 4 | 新: 4
找到 4 篇新文章总计!
注意事项
- 使用
blogwatcher <command> --help来发现标志和选项。