public
Description: Ruby script to generate OmniGraffle diagrams of Git repositories
Homepage:
Clone URL: git://github.com/fspeirs/grittle.git
name age message
directory Examples/ Sat May 09 15:07:39 -0700 2009 Added example file [fspeirs]
file README Sat May 09 14:55:15 -0700 2009 Added readme [fspeirs]
file grittle.rb Sat May 09 14:59:46 -0700 2009 Improved the performance of line drawing [fspeirs]
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.