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
- Host: GitHub
- URL: https://github.com/mvertes/txt2man
- Owner: mvertes
- License: gpl-2.0
- Created: 2013-11-08T23:36:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T21:09:14.000Z (over 3 years ago)
- Last Synced: 2024-04-25T06:00:55.326Z (about 2 years ago)
- Language: Shell
- Size: 66.4 KB
- Stars: 54
- Watchers: 7
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README
- Changelog: Changelog
- License: COPYING
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