a desktop service polling for github notifications
Find a file
2023-07-22 17:16:44 +02:00
src feat: initial proof of concept 2023-07-22 17:10:08 +02:00
.editorconfig chore: configs and settings 2023-07-22 17:09:55 +02:00
.gitignore chore: configs and settings 2023-07-22 17:09:55 +02:00
.rustfmt.toml chore: configs and settings 2023-07-22 17:09:55 +02:00
Cargo.toml feat: initial proof of concept 2023-07-22 17:10:08 +02:00
README.md docs: added a readme 2023-07-22 17:16:44 +02:00

ghnotify

Desktop notifications for github. Currently only supports linux (+ maybe BSD?)

This is a polling solution: no push notifications available. Create a cronjob or systemd timer launching this periodically.

It requires a GITHUB_TOKEN set in your environment.

I made this because github notifications are unreliable and messy and there isn't a way to get them on desktop.

Both octocrab and notify_rust aren't really exactly what is needed so this software is really awful in its implementation.

I built this in ~1h and ~50 lines so expect extra awful code.