public
Fork of fspeirs/grittle
Description: Ruby script to generate OmniGraffle diagrams of Git repositories
Homepage:
Clone URL: git://github.com/bleything/grittle.git
fspeirs (author)
Sat May 09 15:07:39 -0700 2009
commit  6e986c11f15f26912c8475f042e0f56ba92b3f28
tree    dd5472f99d16645f76443b0dd2a6bb8e6c0e747d
parent  0145e78a9b0028212dd36247ddcd60c5b564505b
name age message
directory Examples/ Loading commit data...
file README
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.