Project

ripltools

0.0
No commit activity in last 3 years
No release in over 3 years
ripltools is a collection of ripl plugins setting up a nice-to-use general purpose ripl.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

ripltools¶ ↑

This is a meta gem that installs a base set of 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-2013 Jan Lelis <happycode.org> released under the MIT license.

J-_-L