Read your GitHub notifications on your desktop. Supports Gtk-based desktop environments
- Get a personal access token with
notificationsscope and store it as an env variableGITHUB_AUTH_TOKEN - Follow install instructions for
PyGObject - Run
./main.py
This tool supports issue, pull request and release notifications at the moment. A click on the notification will take you to the corresponding issue / pull request or the releases page of the repo.
Support for commit comments and security alerts may be added in the future.
Seen notifications are currently not persisted over multiple program runs. If more than 3 unread notifications are retrieved by a single API call, a rollup notification linking to /notifications will be sent.