Irbtools 1.0.0 released

Irbtools 1.0.0 has been released. Irbtools is a meta gem that installs
useful irb gems and configures your irb. It’s easy to use and much more
fun than a vanilla irb ;).

This latest release focused on decreasing the annoying start-up time
caused by loading too much libraries, so it offers multiple loading
methods, including autoload and threads.

The default set of gems includes

Check it out at GitHub - janlelis/irbtools: Improvements for Ruby's IRB console 💎︎

By the way, thanks to all irbtools users for using it :slight_smile:

J-_-L

Thanks for packaging that gem!
Wunderbar!

Content preview: Hi, On 18.05.2011 23:56, Jan L. wrote: > Irbtools
1.0.0
has been released. Irbtools is a meta gem that installs > useful irb
gems
and configures your irb. It’s easy to use and much more > fun than a
vanilla
irb ;). […]

Content analysis details: (-2.9 points, 5.0 required)

pts rule name description



-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
X-Cloudmark-Analysis: v=1.1
cv=vUpxTctd+kpWCBtSXXIkt5ll4Z8E5Qu9nLREXC/hfIo= c=1 sm=0
a=CPlwVjms4CEA:10 a=YbtWTwnQZccA:10 a=IkcTkHD0fZMA:10
a=OOqzCUMqWdyLcN2pZ58A:9 a=QEXdDO2ut3YA:10
a=HpAAvcLHHh0Zw7uRqdWCyQ==:117
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: bulk
Lines: 19
List-Id: ruby-talk.ruby-lang.org
List-Software: fml [fml 4.0.3 release (20011202/4.0.3)]
List-Post: mailto:[email protected]
List-Owner: mailto:[email protected]
List-Help: mailto:[email protected]?body=help
List-Unsubscribe: mailto:[email protected]?body=unsubscribe
Received-SPF: none (Address does not pass the Sender Policy Framework)
SPF=FROM;
[email protected];
remoteip=::ffff:221.186.184.68;
remotehost=carbon.ruby-lang.org;
helo=carbon.ruby-lang.org;
receiver=eq4.andreas-s.net;

Hi,

On 18.05.2011 23:56, Jan L. wrote:

Irbtools 1.0.0 has been released. Irbtools is a meta gem that installs
useful irb gems and configures your irb. It’s easy to use and much more
fun than a vanilla irb ;).

thanks, very useful indeed!

I’m working on a terminal with dark background color and the default
rocket prompt in blue was barely readable. You can change that with

FancyIrb.options[:colorize][:rocket_prompt] = :cyan # or whatever :wink:

I initially though this was a wirb issue and pestered it’s author who
was kind enough to provide me with this line (coincidentally he’s the
author of FancyIrb too, so … :slight_smile:

  • Markus