Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!talisker.lacave.net!lacave.net!not-for-mail From: Markus Fischer Newsgroups: comp.lang.ruby Subject: Re: [ANN] Irbtools 1.0.0 released Date: Sat, 21 May 2011 03:05:51 -0500 Organization: Service de news de lacave.net Lines: 20 Message-ID: <4DD77248.70908@fischer.name> References: <4DD44068.1090401@janlelis.de> NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1305965182 92451 65.111.164.187 (21 May 2011 08:06:22 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Sat, 21 May 2011 08:06:22 +0000 (UTC) In-Reply-To: <4DD44068.1090401@janlelis.de> X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 383557 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <4DD77248.70908@fischer.name> Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:4852 Hi, On 18.05.2011 23:56, Jan Lelis 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 ;) 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 ... :-) - Markus