Some build systems use ansi escape codes, it would be nice if this app would parse those and show them, e.g. to color text. I haven't found a Java-based ansi-to-html converter yet. - [bcat/ansi.rb](https://github.com/rtomayko/bcat/blob/master/lib/bcat/ansi.rb) (Ruby) - [ansi2html](https://github.com/ralphbean/ansi2html) (Python) - [Mantis-CI](https://github.com/floydpink/Mantis-CI-www/blob/master/js/lib/ansiparse.js) (Javascript) - [ansi2html.sh](http://www.pixelbeat.org/scripts/ansi2html.sh) (Shell) - [ansi-to-html](https://github.com/sensiolabs/ansi-to-html) (PHP)