buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
651 stars 45 forks source link

V2 #13

Closed toolmantim closed 9 years ago

toolmantim commented 9 years ago

Removes the emoji and string encoding munging, which can easily be done outside the gem. This means we can easily just replace this gem with the golang version (#11)

keithpitt commented 9 years ago

It's sad to see the emoji's go, but I think it's for the best. And with the rendering done in C, it'd be too hard to get the emoji data across. :+1: