pgr0ss / rake_commit

A program that helps with checking in code. It automates common git or svn commands.
13 stars 13 forks source link

Use readline history to provide prompt history #10

Closed brianchhun closed 11 years ago

brianchhun commented 11 years ago

This allows the user to scroll through previously entered inputs for each prompt via up/down keys.

pgr0ss commented 11 years ago

This code breaks on ruby 1.8.7: https://travis-ci.org/pgr0ss/rake_commit/jobs/7311908

Other than this, it looks good. I love the feature, and I can pull it in once you fix it.

brianchhun commented 11 years ago

Awesome, I've fixed it so that it's compatible with 1.8.7.