/ansi2svg

Node.js stream to convert ANSI escape sequences (aka color codes) to HTML

Primary LanguageJavaScript

ansi2svg

Dependencies

It is a stream to transform terminal color sequences to svg image. Forked from ansi2html.

Usage

tmux capture-pane -et 0: -p | ./ansi2svg > out.svg
# will write svg into out.svg