Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.16 KB

vt100-LaTeX

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

screenshot

HOW-TO-RUN

$ ./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:

* Note: make sure you have texlive installed
$ make
make [hello|ls]

to parse other files you can set env variable FILE

$ FILE=<file> make compile

Read more