txt2man icon indicating copy to clipboard operation
txt2man copied to clipboard

txt2man converts text to man page

Results 9 txt2man issues
Sort by recently updated
recently updated
newest added

## Example of text causing error: ``` SYNOPSIS Lorem ipsum (BYE GUYS) Lorem ipsum ``` ## The error returned is: ``` gawk: cmd. line:145: (FILENAME=- FNR=4) fatal: invalid regexp: Unmatched...

This input ``` DESCRIPTION GENERAL Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Key value AnotherKey value2 ``` is...

It would be great if you could add a "-V" or "--version" command line option to txt2man so I know which version of txt2man has been installed on a given...

I would like to emphasize a single word in a paragraph as you have done in the official txt2man.1 manpage: > If input file **ifile** is omitted, standard input is...

Is there any interest in adding (guarded behind an option for compatibility) the ability to use things like back-ticks, asterisks, and underlines for inline literal, bold and italics? Having the...

I'm wondering if you have considered adding support for equations and tables by transparently invoking eqn and tbl from src2man. From time to time, I see manpages with beautiful ASCII...

Great Utility. I had to tweek it a little to work with Fortran documenation where in the SYNTAX section a Fortran procedure usually looks like function NAME( or subroutine NAME(...

For example: `echo "--help" | ./txt2man` outputs `\fB--help\fP`. However the "correct" formatting should be `\fB\-\-help\fP`. For more context, see: https://lwn.net/Articles/947941/ & https://github.com/resurrecting-open-source-projects/scrot/issues/374

Hi @mvertes, Currently, the CI tests for txt2man on Debian returns: ``` command1 FAIL stderr: gawk: cmd. line:23: warning: regexp component `[:space:]' should probably be `[[:space:]]' command2 FAIL stderr: gawk:...