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
- Host: GitHub
- URL: https://github.com/cldwalker/ripl-misc
- Owner: cldwalker
- License: mit
- Created: 2010-11-22T14:12:54.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T17:32:27.000Z (about 11 years ago)
- Last Synced: 2025-03-20T10:44:16.869Z (about 1 year ago)
- Language: Ruby
- Size: 104 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE.txt
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