GitHub post-commit notifs
in your OS X Notification Center
gem install pushes
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
Single call to GitHub API.
$ pushes fetch
Stop the background process and delete the LaunchAgent file.
$ pushes stop
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
Copyright © 2013 Heliom. See LICENSE for details.