How to display added gems in color?
Hi,
When I install a new gem with bundler, I'd like to show the installed gems in a different color
ex.
...
Using diff-lcs (1.1.3) <-- white
Installing factory_girl (4.1.0) <-- white but a green color for example would be more visualy appealing
Installing factory_girl_rails (4.1.0) <-- white but a green color for example would be more visualy appealing
...
since the line "Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed." is already green, I suppose it's not a big task to do. Is it possible to do it?
Thanks
Please sign in to leave a comment.
HI,
it is not a RubyMine, but bundler who adds colors to the output (you will see the same colors in terminal if it support colors)
So, we can not add more colors here :(
Regards, Oleg.