I recently started making rails-based rubies in Windows 7 and found several color codes for commands (rspec, guard, etc.) that just appear in the text on the Windows command line (or through Console2, which I use). eg:
β[31mrspec ./spec/views/users/index.html.erb_spec.rb:21β[0m β[36m
I know that you can disable the color for most tools by pulling the --color command from the configuration files (for example, a .respc file), but it is a pain to do this for everything and color coding would be nice.
Any ideas how I can display them correctly on Windows?
windows cmd ruby-on-rails rspec conemu
Ben
source share