rotuka / github-growler forked from miyagawa/github-growler
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| 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 | ||
| |
README.mkdn | ||
| |
github-growler.pl | ||
| |
inc/ | ||
| |
octocat.png |
README.mkdn
This is Github Growler.
You need to set github.user and github.token in your global git config or pass them to the command line arguments.
By default it fetches the github updates every 300 seconds (--interval) and displays at most 10 Growl notification per crawl (--max) and you can change the both settings with the command line option.
This is a perl script that runs as a daemon. You need to install CPAN module dependencies by running cpan -i .
It's in my TODO to make it a standalone app. I guess we could use Platypus and bundle all CPAN dependencies in its Resources folder by removing the non pure-perl module dependency (i.e. XML::LibXML).



