andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Create an independent gem for interactive churn #213

Closed andymeneely closed 9 years ago

andymeneely commented 9 years ago

Let's create a new gem (use "bundle new gem" to create) and write an independent implementation of the interactive churn script. It'll depend on "git" being on the command line. No complex shell scripting - all ruby.

Also, when you port it over, add the "-L" option to the git blame command. It'll make it way faster for us :)

If you want to see how a Ruby Gem is laid out, you can check out mine: https://github.com/andymeneely/squib

andymeneely commented 9 years ago

For this gem, push it to here: https://github.com/andymeneely/interactive-churn

Don't publish on RubyGems just yet.