public
Description: Growl github updates
Homepage: http://github.com/miyagawa/github-growler/downloads
Clone URL: git://github.com/miyagawa/github-growler.git
miyagawa (author)
Sat Nov 07 21:15:28 -0800 2009
commit  bc43c4f758fbf8ce8acc045b743aff868a0f5bec
tree    6c228b73ca46677febd1b99ebd6fea0bbcf18134
parent  4cdc6372fd371fb5d000c5d40d3f8783e2ffdb24
name age message
file .gitignore Sat Jun 13 03:24:41 -0700 2009 ignore .zip [miyagawa]
file MANIFEST Sat Mar 14 16:41:09 -0700 2009 installation for Module::Install and some launc... [miyagawa]
file MANIFEST.SKIP Sat Mar 14 16:41:09 -0700 2009 installation for Module::Install and some launc... [miyagawa]
file Makefile.PL Sat Jun 13 03:17:55 -0700 2009 update Makefile.PL [miyagawa]
file README.mkdn Sat Jun 13 02:44:17 -0700 2009 update README [miyagawa]
file appIcon.icns Sat Jun 13 02:32:49 -0700 2009 use local::lib and make app icons [miyagawa]
directory data/ Sat Jun 13 02:32:49 -0700 2009 use local::lib and make app icons [miyagawa]
file github-growler.pl Sat Nov 07 21:15:28 -0800 2009 releng [miyagawa]
directory inc/ Sat Jun 13 02:40:40 -0700 2009 Use Config::IniFiles instead of 'git' command s... [miyagawa]
directory lib/ Sat Jun 13 02:32:49 -0700 2009 use local::lib and make app icons [miyagawa]
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

Screenshots

Github Growler

Github Growler Preferences