feilimb / PhabDiffNotifier

Desktop notifications application for Phabricator for the purpose of receiving real-time Growl alerts on updates to Phabricator Differentials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhabDiffNotifier

Java based Desktop notifications application for Phabricator (http://phabricator.org/) for the purpose of receiving real-time Growl alerts on updates to Phabricator Differentials.

Requirements:

The Growl application should be installed locally to receive the desktop Growl notifications published by this application. Growl is available for Windows and Mac, see:
Mac: http://growl.info/
Windows: http://www.growlforwindows.com/gfw/default.aspx

Configuration:

The file config.properties (see 'build' directory) should be updated to contain the required Phabricator server address and user token information. Examples of each property are shown within the committed config.properties file, and URLs are provided n where to retrieve the required values from your Phabricator web server.

Example Usage:

Note: a pre-built runnable JAR file is available in the 'build' directory.
java -jar phabDiffNotifier.jar <path_to_config.properties>

About

Desktop notifications application for Phabricator for the purpose of receiving real-time Growl alerts on updates to Phabricator Differentials.

License:MIT License


Languages

Language:Java 100.0%