txt2man icon indicating copy to clipboard operation
txt2man copied to clipboard

txt2man converts text to man page

NAME txt2man

DESCRIPTION Txt2man converts flat ASCII text to man page format. It is a shell script using gnu awk, that should run on any Unix like system.

help: txt2man -h

INSTALL make install (to install under /usr/local) or make install prefix=path

Issues and pull requests should be opened at https://github.com/mvertes/txt2man.

-- Marc Vertes