Ozean
Ozean is a (RSS/Atom) Feed aggregator made in Go for Linux.
Requirements
All you need is Git, SQLite and Go.
Clone the project with git.
git clone https://codeberg.org/serghei/ozean.git
Building the project
Build the project with
go build -o ozean .
Running the project
After building the project, run it with
./ozean serve
Alternatively run the project with
go run . serve
For more information use the help flag (-h or --help).