Get desktop notifications at select intervals about new, unread articles from a Miniflux server.
The program is a simple daemon for linux that can be run on a per-user basis.
Make sure you have the rust toolchain installed (see rustup.rs).
cargo build --release
The build binary is a single file located at target/release/miniflux-notifier
.
The program should be run as a daemon and thus, it is up to you to determine how your system should start it. If you use Systemd, I would recommend using a user service.