Fork me on GitHub

bond by cldwalker

Mission: Easy custom autocompletion for arguments, methods and beyond. Accomplished for irb and any other readline-like console environments.

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.

Read documentation.

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)