Open
Description
Problem
When shell scripts that contain ANSI color codes are run inside the Q Chat's shell execution window, the ANSI color codes are not interpreted. Rather the escape characters are emitted directly, which makes the output for some scripts rather difficult to read.
Expected behavior
It would be fantastic if Q Chat's execution window could render ANSI color codes natively! It would make any colorized output from shell scripts visible (and beautiful) when rendered in the Q chat interface.
If that's too difficult to implement (hope not), it would be better to strip the unrecognized ANSI escape sequences as a fallback.