htcs is an acronym for Htam's Text Coloring Suite.
It compiles color codes typed in plain text like `[1;33m to the proper \033 needed for programs such as cat and more.
It also compiles these files into html files compatible with
Mozilla and
Internet Explorer.
Example of a original source file sample.txt
compiled with src2html (one of the four programs in the suite)
to sample.html.
Download htcs now and please
report bugs.
The suite includes:
{
- src2ansi - compile src file to ansi file
- ansi2src - degenerate ansi file back to src file
- ansi2html - compile ansi file to html file
- src2html - compile src file directly to html file
}