buildkite / terminal-to-html

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

Ignore set/reset mode control sequences #56

Closed sj26 closed 5 years ago

sj26 commented 5 years ago

Ignore set/reset mode control sequences so that "show cursor" and "hide cursor" used by some Docker commands doesn't cause output.

This also aligns some of the terminology to match documentation of terminal escape sequences.

Fixes #55.

lox commented 5 years ago

Looks legit to me too!

sj26 commented 5 years ago

Before

image

After

image