Publisher's Description:
From Andre Simon
Ansifilter handles text files containing ANSI terminal escape codes.
# Command sequences may be stripped or interpreted
# Coloured output in HTML, LaTeX, TeX, RTF and BBCode format
# Enables "tail -f" functionality on Windows
# Platform independent (CLI, GUI)
Features
These are the options of the command line interface:
File handling:
-i, --input= name of single input file
-o, --output= name of single output file
-O, --outdir name of output directory
-t, --tail Continue reading after end-of-file (like tail -f)
Use system tail if available
Output text formats:
-T, --text (default) Output text
-H, --html Output HTML
-L, --latex Output LaTeX
-P, --tex Output Plain TeX
-R, --rtf Output RTF
-B, --bbcode Output BBCode
Formatted text options:
-d, --doc-title Set HTML/LaTeX document title
-e, --encoding Set HTML encoding (must match input file encoding)
-f, --fragment Omit HTML header and footer
-F, --font= Set HTML/RTF font face
-r, --style-ref= Set HTML/TeX/LaTeX stylesheet path
-s, --font-size Set HTML/RTF font size
-p, --plain Ignore ANSI formatting information
Other options:
-h, --help Print help
-v, --version Print version and license info