Yarr (yet another rss reader)
Find a file
2020-09-14 13:06:55 +01:00
artwork promo feeds 2020-09-14 12:07:01 +01:00
assets reset new feed modal after hiding 2020-09-14 12:07:01 +01:00
scripts add icon to macos app 2020-09-13 23:20:31 +01:00
server eliminate duplicate links 2020-09-14 12:17:39 +01:00
storage minor fix 2020-09-09 22:45:48 +01:00
.gitignore cleanup gitignore 2020-09-13 23:26:10 +01:00
go.mod use modified gofeed 2020-08-31 23:11:24 +01:00
go.sum update go 2020-08-31 23:10:53 +01:00
main.go add tray icon 2020-09-10 22:51:41 +01:00
makefile add icon to macos app 2020-09-13 23:20:31 +01:00
readme.md build prerequisities 2020-09-14 13:06:55 +01:00

yarr

yet another rss reader.

screenshot

build

Install Go >= 1.14 and gcc, then run:

$ git clone https://github.com/nkanaev/yarr.git
$ git clone https://github.com/nkanaev/gofeed.git
$ mv gofeed yarr
$ cd yarr && make build_macos