Picofeed
Picofeed 是一款最小化的终端 rss 阅读器。它可直接获取 feed 网址或以换行分隔的网址文件。它能按需获取并显示所有 feed。
picofeed 不需要的东西:
- 一个账户
- 订阅
- 任何状态
老实说,它就像一个花哨的 rss curl。
Examples:
picofeed feeds.txt --web
picofeed http://seenaburns.com/feed.xml
picofeed http://seenaburns.com/feed.xml feeds.txt http://example.com/feed.xml
# Use whatever click to open your terminal supports, like cmd+double click in OSX's Terminal.app
./picofeed feeds.txt
# Open in browser with clickable links (wow!)
./picofeed feeds.txt --web
安装
从源代码,使用 go 1.11,只需运行 go build。
或者在发布页面下载预编译的二进制文件进行安装。
其他
Picofeed 是在 gofeed 的基础上构建的。