Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```