Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyagawa/github-growler
Growl github updates
https://github.com/miyagawa/github-growler
Last synced: 18 days ago
JSON representation
Growl github updates
- Host: GitHub
- URL: https://github.com/miyagawa/github-growler
- Owner: miyagawa
- Created: 2009-03-14T22:26:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-31T02:04:06.000Z (about 13 years ago)
- Last Synced: 2024-10-17T23:56:58.804Z (27 days ago)
- Language: Perl
- Homepage: http://github.com/miyagawa/github-growler/downloads
- Size: 1.01 MB
- Stars: 215
- Watchers: 7
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.mkdn
- Changelog: Changes
Awesome Lists containing this project
README
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](http://github.com/miyagawa/github-growler/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](http://github.com/guides/local-github-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