atom-shell-commands
atom-shell-commands copied to clipboard
Ability to display colored output
Hello
Some commands generate colored terminal output, such as grunt. The character combinations that make up these colors are currently drawn into the output pane. Would it be possible to enable coloring of the output pane? This could possibly be achieved by using something like pty.js. Another option would be to simply strip the characters.
Thanks for your work!