miyagawa / github-growler
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Tree:
4cdc637
commit 4cdc6372fd371fb5d000c5d40d3f8783e2ffdb24
tree 618203d60052a8fc93439a28e918b57366402e70
parent c7f5047ac79d0f5eb7fcdf88f5e7a40aa96915ba
tree 618203d60052a8fc93439a28e918b57366402e70
parent c7f5047ac79d0f5eb7fcdf88f5e7a40aa96915ba
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jun 13 03:24:41 -0700 2009 | |
| |
MANIFEST | Sat Mar 14 16:41:09 -0700 2009 | |
| |
MANIFEST.SKIP | Sat Mar 14 16:41:09 -0700 2009 | |
| |
Makefile.PL | Sat Jun 13 03:17:55 -0700 2009 | |
| |
README.mkdn | Sat Jun 13 02:44:17 -0700 2009 | |
| |
appIcon.icns | Sat Jun 13 02:32:49 -0700 2009 | |
| |
data/ | Sat Jun 13 02:32:49 -0700 2009 | |
| |
github-growler.pl | ||
| |
inc/ | Sat Jun 13 02:40:40 -0700 2009 | |
| |
lib/ | Sat Jun 13 02:32:49 -0700 2009 |
README.mkdn
This is Github Growler: fetches GitHub timeline and growls as new activies are coming in.
Install
There's a binary build for Mac OS X Leopard available at Downloads.
If you're trying to run this on other platforms, just run github-growler.pl. You might need to install its CPAN module dependencies with cpan -i . command.
Configurations
You need to set github.user and github.token in your global git config or pass them to the command line arguments.
By default this scripts fetches the github updates every 300 seconds and displays at most 10 Growl notification per fetch and you can change the both settings with Mac OS X preferences:
defaults write net.bulknews.GitHubGrowler interval 180
defaults write net.bulknews.GitHubGrowler maxGrowls 5



