about summary refs log tree commit diff stats
path: root/adapter/tools/mancha.nim
Commit message (Collapse)AuthorAgeFilesLines
* mancha: only set man as section without other parametersbptato2024-03-121-1/+2
| | | | e.g. `man 2 -k blah' should not override the section
* mancha: fix query for 7zbptato2024-03-111-1/+7
|
* Add mancha man page viewerbptato2024-01-261-0/+76
derived from w3mman2html.cgi, there are only a few minor differences: * different man page opener command * use man:, man-k:, man-l: instead of query string to specify action * no form input (C-lC-uman:pageC-m is faster anyway) TODO rewrite in Nim so we don't have to depend on Perl...