sjmulder / hteeml

Capture a program's output as HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hteeml

Capture a program's output as HTML.

Usage

hteeml program argument [...]

Runs the given program, captures its stdout and sterr, and combines them into an HTML document where stderr is marked up red.

ANSI escape sequences are not interpreted. For that, see aha.

Installation

Should work on any Unix with kqueue support, e.g. BSD and macOS but not Linux.

make
sudo make install
sudo make uninstall

Author

Sijmen J. Mulder (ik@sjmulder.nl)

About

Capture a program's output as HTML

License:BSD 2-Clause "Simplified" License


Languages

Language:C 76.5%Language:Roff 11.9%Language:Makefile 11.7%