Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mancha: only set man as section without other parameters | bptato | 2024-03-12 | 1 | -1/+2 |
| | | | | e.g. `man 2 -k blah' should not override the section | ||||
* | mancha: fix query for 7z | bptato | 2024-03-11 | 1 | -1/+7 |
| | |||||
* | Add mancha man page viewer | bptato | 2024-01-26 | 1 | -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... |