Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark24code/rss-reader
CLI RSS Reader by Ruby
https://github.com/mark24code/rss-reader
cli gem rss rss-reader ruby tui
Last synced: about 1 month ago
JSON representation
CLI RSS Reader by Ruby
- Host: GitHub
- URL: https://github.com/mark24code/rss-reader
- Owner: Mark24Code
- Created: 2023-10-10T05:38:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T08:30:41.000Z (about 1 year ago)
- Last Synced: 2024-11-21T07:47:23.286Z (about 1 month ago)
- Topics: cli, gem, rss, rss-reader, ruby, tui
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS Reader
CLI RSS reader by Ruby lang
## 安装
`gem install rss-reader`
## 使用
启动
`rss-reader`
查看帮助
`h` 或者 `help`
## 订阅链接
编辑 `~/subscribe-rss.list` 格式(目前只支持 RSS 格式订阅)
`#` 是注释符号
比如
```
https://www.ruby-lang.org/en/feeds/news.rss
https://ruby-china.org/topics/feed
https://news.ycombinator.com/rss
http://rubyland.news/feed.rss
https://www.solidot.org/index.rss
```