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 bond

Description

Bond is on a mission to improve irb's autocompletion. Aside from doing everything irb's can do and fixing its quirks, Bond can autocomplete argument(s) to methods, uniquely completing per module, per method and per argument. Bond brings irb's completion closer to bash/zsh as it provides a configuration system and a DSL for creating custom completions and completion rules. With this configuration system, users can customize their irb autocompletions and share it with others. Bond can also generate completions from yard documentation and load completions that ship with gems. Bond is able to offer more than irb's completion since it uses a Readline C extension to get the full line of input when completing as opposed to irb's last-word approach.

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)