Syntax coloring and tab completion, for irb!!! Pablotron: Wirble
Very cool. Here’s how you install:
jtanium:~ jtanium$ sudo gem install -y wirble
jtanium:~ jtanium$ cat > ~/.irbrc << "EOF"
>> require 'rubygems'
>> require 'wirble'
>> Wirble.init
>> Wirble.colorize
>> EOF
jtanium:~ jtanium$ irb
>> %w( a b c d e )
=> ["a", "b", "c", "d", "e"]
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.