public
Fork of fspeirs/grittle
Description: Ruby script to generate OmniGraffle diagrams of Git repositories
Homepage:
Clone URL: git://github.com/bleything/grittle.git
name age message
directory Examples/ Loading commit data...
file README Sat May 09 14:55:15 -0700 2009 Added readme [fspeirs]
file grittle.rb
README
Grittle - Git Visualisations for OmniGraffle
--------------------------------------------

* Everything is pre-alpha
* Performance patches _very_ welcome.

Performance is so agonising right now because we shell out to `osascript(1)` once for every graphic (and three times for 
every line).

If this script simply generated a huge Applescript, I'm sure things would go ten times faster. It's a bit tricky, 
though.