An open API service indexing awesome lists of open source software.

https://github.com/cldwalker/ripl-misc

some misc ripl plugin ideas
https://github.com/cldwalker/ripl-misc

Last synced: about 1 year ago
JSON representation

some misc ripl plugin ideas

Awesome Lists containing this project

README

          

== Description
Playground for ripl plugin ideas.

Although this is a playground, most of the ideas here are complete and ready to use as plugins.
However, since I don't use these plugins actively, I'm not releasing them as gems.

== Install

If you use {rip}[http://github.com/cldwalker/rip] :

$ rip install git://github.com/cldwalker/ripl-misc.git

# In your ~/.riplrc require desired plugins
require 'ripl/history_size'

If you don't, just copy and paste desired plugins into ~/.riplrc or:

$ git clone git://github.com/cldwalker/ripl-misc.git
$ cd ripl-misc
# To use ripl/plugin
$ ripl -Ilib -rripl/plugin