logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

ansi2txt - ansi to plain text converter

Caveats

       All  ANSI  codes  are  simply ignored, including all cursor positioning ones.  Sometimes this is what you
       want, sometimes it isn't.

Description

ansi2txt  can  be  used  to convert text containing ANSI color codes (such as MUD logs, text processed by
       syntax highlighters, colorgcc, colordiff, ccze, loco, etc) into plain ASCII text.  It works as a  filter,
       reading from stdin, removing all ANSI codes and sending the output to stdout.

Name

       ansi2txt - ansi to plain text converter

See Also

ansi2html(1), ttyrec2ansi(1), pipetty(1).

                                                   2002-09-02                                        ansi2txt(1)

Synopsis

ansi2txt < log > outfile

See Also