Git Hubble is a simple little app that growls at you when someone commits to the master branch of a repo you own.
It relies heavily on Octopi: http://github.com/fcoury/octopi/tree/master and Phil Nash: http://github.com/philnash
To run:
Rename github.yml.example to just github.yml then add your github username and API token where it says to.
Set the absolute path to the .yml file in gaze.rb
$ cd ../git-hubble
$ ruby gaze.rb start #starts the script
$ ruby gaze.rb stop #stops it again.
To trace what is going on, set 'trace' on the last line of github.yml to 'curl'. This is particularly handy for debugging.
TODO:
* Stop it growling the latest commit from all the repos on startup.
* Include the users gravatar in the Growl notification
* Look at ALL branches of all your repos, as well as any repos you are watching
* Play a couple of bars of music depending on who commited ;)