Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hiredman committed Jan 23, 2011
1 parent 736d34f commit f8c5182
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README
Expand Up @@ -5,7 +5,25 @@ growls the contents using growlnotify on OSX

## Usage

FIXME: write
example ~/.howler.clj

{:recipient-icons {"#haskell" "/Users/hiredman/haskell.png"
"#scala" "/Users/hiredman/scala-icon-50x50.png"
"#clojure" "/Users/hiredman/clojure.png"}
:access-key "some key"
:secret-key "some secret key"
:secure? false
:queue "queuename"
:ignored-users #{"someannoyingugy"}
:ignored-channels #{"#somechannelyoudon'tcareabout"}

run like:

java -jar Howler-1.0.0-SNAPSHOT-standalone.jar -consume

or

java -jar Howler-1.0.0-SNAPSHOT-standalone.jar -produce queuename somekey somesecretkey $HOME/raw.log

## Installation

Expand Down

0 comments on commit f8c5182

Please sign in to comment.