Skip to content

janlelis/ripl-color_result

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Description

This ripl plugin colorizes your results.

Install

Install the gem with:

gem install ripl-color_result

Usage

Add to your ~/.riplrc

require 'ripl/color_result'

You can choose a :color_result_engine. By default, Wirb] is used. Possible other values are:

Example (in your ~/.riplrc)

Ripl.config[:color_result_engine] = :coderay

Set it to nil to deactivate result colorization.

You can change the colors used by the default colorization by editing the :color_result_default_schema hash:

Ripl.config[:color_result_default_schema][:comma] = :blue

If you use awesome_print, you can override default options using :color_result_ap_options hash:

Ripl.config[:color_result_ap_options] = { :multiline => false }

Credits

Copyright © 2010 Jan Lelis <rbjl.net>, see COPYING for details.

Plus contributions by cldwalker and DirtYiCE.

J-_-L

About

This ripl plugin colorizes your results.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages