Rodreegez / git-hubble

a little script to help you keep an eye on who is commiting to your github repos

This URL has Read+Write access

git-hubble / README
100644 22 lines (14 sloc) 0.9 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 ;)