mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
28 lines
571 B
Markdown
28 lines
571 B
Markdown
# yarr (beta)
|
|
|
|
yet another rss reader.
|
|
|
|

|
|
|
|
## build
|
|
|
|
Install `Go >= 1.14` and `gcc`, then run:
|
|
|
|
```sh
|
|
$ git clone https://github.com/nkanaev/yarr.git
|
|
$ git clone https://github.com/nkanaev/gofeed.git
|
|
$ mv gofeed yarr
|
|
$ cd yarr && make build_macos
|
|
```
|
|
|
|
## plans
|
|
|
|
- test across 3 platforms (macos, linux, windows)
|
|
- binaries
|
|
- gui-less mode (no tray icon)
|
|
- feeds health checker
|
|
- mobile & tablet layout
|
|
- parameters (`--[no]-gui`, `--addr`, ...)
|
|
- Fever API support
|
|
- keyboard navigation
|