vt100 colors
is no good when you wan't to show it to someone who doesn't use or have terminal! here comes vt100-LateX
convert your colorful terminal output to LaTeX, which can be converted to pdf
, dvi
, html
.. etc
$ ./vtk100.py <color terminal dump> # which will give you template.tex
include you template.tex into *.tex
file and compile
If you have no idea what's suppose to be done run make
:
$ make
make [hello|ls]
to parse other files you can set env variable FILE
$ FILE=<file> make compile