bond by cldwalker
Install
gem install cldwalker-bond --source http://gems.github.com
Description
Bond is on a mission to make custom autocompletion easy in irb and other console/readline-like environments. Bond supports custom argument completion of methods, method completion of objects and anything else your wicked regex’s can do. Bond comes armed with a Readline C extension to get the full line of input as opposed to irb’s last-word based completion. Bond makes custom searching of possible completions easy which allows for nontraditional ways of autocompleting i.e. instant aliasing of multi worded methods.
Download
You can download this project in either zip or tar formats, or clone the project with Git:
$ git clone git://github.com/cldwalker/bond
Issues
Issues, bugs, feature requests? Please report them on github.
Links
Check out blog posts related to this project.
License
MIT
Authors
Gabriel Horner (gabriel.horner [AT] gmail.com)

