Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 675 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 675 Bytes

Psychedelic

Psychedelic is an amazing syntax colorizer library that automatically any output in your console. It supports Ruby, Python, Perl, C++, Brainfuck... and any language you know magically.

YOU GOT TO SEE THE COOL SCREENSHOTS ON PSYCHEDELIC HOME PAGE!!

Release Log

  • 0.0.2: First release, 2011/04/01

Installation

Execute in your shell: gem install psychedelic

How to use

If you are using bundler (ex. rails3), add the following ling into your Gemfile:

gem 'psychedelic'

You can do this in irb and other Ruby programs:

require 'rubygems'
gem 'psychedelic'
require 'psychedelic'