Display ANSI colours in a Slack Snippet

Viewed 347

I am using Slack and Hubot to run a few commands on our servers, the stdout and stderr of these commands is uploaded to a channel as a snippet.

Some of these commands return colour outputs and are displayed in the snippet as ANSI colour codes (example: [32mHello World![0m).

Is there a way to display these colours in a Slack Snippet?

0 Answers
Related