Skip to main content
Tweeted twitter.com/StackMma/status/956479940974792705
edited title
Link
m_goldberg
  • 108.6k
  • 16
  • 107
  • 263

wolframscript - How to print in color

Source Link
Sean Lynch
  • 1.1k
  • 5
  • 16

wolframscript - How to print in color

I want to print to the console in color from a wolframscript. I tried just using a Style:

Print[Style["This is a red string", Red]] 

This works fine in a notebook but, not surprisingly, doesn't work from a wolframscript.

How can this be accomplished? Also, is there any issues with terminal compatibility?