GitHub post-commit notifs
in your OS X Notification Center
Installation
gem install pushes
Commands
Start (Default)
Start a LaunchAgent process.
Will fetch
every INTERVAL
seconds (default: 10) and will restart at boot.
$ pushes
$ pushes start
$ pushes start 30
$ pushes start INTERVAL
Fetch
Single call to GitHub API.
$ pushes fetch
Stop
Stop the background process and delete the LaunchAgent file.
$ pushes stop
Reset
Clear commits storage. We noticed Pushes doesn’t play too well with a force push that removes commits even though such action should be prohibited. In any case, you may want to reset your local storage.
$ pushes reset
License
Copyright © 2013 Heliom. See LICENSE for details.