An open API service indexing awesome lists of open source software.

https://github.com/mvertes/txt2man

txt2man converts text to man page
https://github.com/mvertes/txt2man

Last synced: 9 months ago
JSON representation

txt2man converts text to man page

Awesome Lists containing this project

README

          

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