For example, when I run a build with:
{
"cmd": ["grunt"]
}
I get bash formatting output in the console. Is there a way to either display the formatting or remove the formatting characters?
[4mRunning "lint:files" (lint) task[24m...
The output looks much better if you pass the no-color flag:
{
"cmd": ["grunt", "--no-color"]
}
This is not possible with ST2. Here is the official feature request:
http://sublimetext.userecho.com/topic/55640-htmlansi-in-output/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With