An open API service indexing awesome lists of open source software.

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.

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:

![Notifications](doc/images/notifications.png)

Menu:

![Menu](doc/images/menu.png)

Settings:

![Settings](doc/images/settings.png)

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

```