Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何机构都可以指导我动态更改终端输出ruby gem的字体大小和颜色。irb如果没有gem,还有其他方法可以减轻终端和/或 irb 吗?
ruby gem
irb
gem
您也可以尝试使用pry。irb它是外壳的替代品。它具有开箱即用的彩色结果等等。
有关于它的RailsCast。
我问了 DuckDuckGo,它告诉我你应该看看:fancy_irb
$ sudo gem install fancy_irb $ irb > require 'fancy_irb' => true > FancyIrb.start => "Enjoy your FancyIrb :)"