/github-notifier-for-mac

A Github Notifier for Mac OS X (>= 10.8)

Primary LanguageRubyGNU General Public License v2.0GPL-2.0

Github Notifier for Mac

A simple tool, which can notify you any new notification in Github.

With it, all your latest Github notifications will be notified by Notification Center, just like:

You can click it and go to the detail page.

Dependencies

Install

  1. Download source code to one of your directories.
  2. This project depends on terminal-notifier, execute this if you use HomeBrew
$ brew install terminal-notifier
  1. Open the project directory in your terminal.
  2. Execute
$ ./github-notifier

Will open personal access token setting panel. 5. You can generate new token, give it a name and only notifications permission: 6. Then you'll be given a token, copy it 7. Execute

$ ./github-notifier <token>

8. Done.

Uninstall

  1. Execute
$ launchctl unload ~/Library/LaunchAgents/git.bachue.githubnotifier.plist
  1. Delete the project directory.
  2. Done.

Issue or Advice

Any issue or advice is appreciated, pull request will be better, of course!

License

Released under the GPL v2 license