ripltools

This is a meta gem which installs some useful ripl plugins for a nice-to-use, general purpose ripl.

Setup

gem install ripltools

Usage

To use it, put the following in your ~/.riplrc file (this file is loaded every time you start ripl):

require 'ripltools'

If it does not exist, just create a new one.

You cannot modify the loaded plugins. If you want to change them, copy the source of this gem and paste it in your .riplrc.

Alternatively, you can use ripltools to easily install the plugins, but require manually the ones you want.

Irbtools

The irbtools gem is compatible with ripl and ripltools. ripltools only includes ripl-specific gems, while irbtools includes general “Ruby console features” (e.g. interactive_editor).

Included gems

Not included, anymore

Other interesting ripl plugins, but not included in ripltools

The ripl github page has a large list of available plugins. You can also search through rubygems with:

gem list -r ripl-.*

Copyright © 2010-2011 Jan Lelis <code-needs-smileys.com> released under the MIT license.

J-_-L