Sha256: 66538fded91e2b23666187dff59651d50bcd05ff74d2792f7e2bb5b9fc041179

Contents?: true

Size: 1.44 KB

Versions: 2

Compression:

Stored size: 1.44 KB

Contents

= irbtools

This is a meta gem which installs great irb gems for you and configures your irb.

== Setup

  gem install irbtools

On linux, you also need the +xclip+ program (apt-get install xclip).

== Usage

To use it, put the following in your <tt>~/.irbrc</tt> file (this file is loaded everytime you start an irb):

  require 'rubygems' # only needed in 1.8
  require 'irbtools'

You could also just read and copy the irbtools.rb source file, tweak it and use it directly as <tt>.irbrc</tt>

== Features

See http;//rbjl.net/40 or read the commented source file: @lib/irbtools.rb@

=== Included gems and libraries

  'wirble',        # colors
  'hirb',          # active record tables
  'fileutils',     # cd, pwd, ln_s, mv, rm, mkdir, touch ... ;)
  'zucker/env',    # Info, OS, RubyVersion, RubyEngine
  'zucker/debug',  # nice debug printing (q, o, c, .m, .d)
  'ap',            # nice debug printing (ap)
  'yaml',          # nice debug printing (y)
  'clipboard',     # easy clipboard access (copy & paste)
  'guessmethod',   # automatically correct typos (method_missing hook)
  'drx',           # nice tk object inspector (.see)
  'interactive_editor',  # lets you open vim (or your favourite editor), hack something, save it, and it's loaded in the current irb session
  'coderay',       # some nice colorful display ;)
  'irb_rocket',    # put result as comment instead of a new line!

== Copyright

Copyright (c) 2010 Jan Lelis. See LICENSE for details.

J-_-L

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
irbtools-0.0.2 README.rdoc
irbtools-0.0.1 README.rdoc