Skip to content

uvtc/colorize-irc-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorize-irc-logs

Colorize the #clojure (and other) freenode irc logs that Raynes generously makes available.

Prerequisites

Have Java and lein installed.

Usage

Grab the colorize-irc-logs source, then build & install:

cd colorize-irc-logs
lein uberjar
cp target/colorize-irc-logs-0.1.0-standalone.jar ~/bin

And now have a look at some colorized logs:

cd ~/temp
mkdir 2012  # The program expects a "YYYY" dir in the current directory.
java -jar ~/bin/colorize-irc-logs-0.1.0-standalone.jar clojure 2012-MM-DD
ls -l 2012

(replace MM-DD with a month and day).

License

Copyright © 2012 John Gabriele jmg3000@gmail.com

Distributed under the Eclipse Public License, the same as Clojure.

About

Colorize and htmlize raw #clojure irc logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published