https://github.com/kunicmarko20/ghnotifier-rs
Rust app that sends github notifications to your Linux notifications.
https://github.com/kunicmarko20/ghnotifier-rs
github notifications rust
Last synced: 9 months ago
JSON representation
Rust app that sends github notifications to your Linux notifications.
- Host: GitHub
- URL: https://github.com/kunicmarko20/ghnotifier-rs
- Owner: kunicmarko20
- License: mit
- Created: 2019-01-01T18:24:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T10:00:25.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T16:52:55.969Z (10 months ago)
- Topics: github, notifications, rust
- Language: Rust
- Size: 374 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Github Notifier
===============
Rust application that will show you number of notifications in your status bar and
send you github notifications to your Linux notifications.
Port of [Python ghnotifier](https://github.com/kunicmarko20/ghnotifier).
> Note: Tested only on Ubuntu 16.04+
Requirements
============
* libappindicator installed
How to install
==============
* Download [ghnotifier](https://github.com/kunicmarko20/ghnotifier-rs/releases/latest) binary
* Run `./ghnotifier install`
Now you should have a desktop entry and in your search you will be able to find Github Notifier application.
If application is missing, just run `ghnotifier run -d`.
The only thing left to do is add your github access token.
Open Settings from the menu and just past your token in and save.
Screenshots
===========
Notifications:

Menu:

Settings:

Other Commands
==============
```bash
ghnotifier-rs 0.2.0
kunicmarko20
USAGE:
ghnotifier [FLAGS]
FLAGS:
-h, --help Prints help information
-q, --quiet Don't output anything to the console
-V, --version Prints version information
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
install Installs the needed things.
run Starts the Application
self-update Update application to a newer version
uninstall Removes everything
```