Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: rewrite in Nim | bptato | 2024-03-13 | 1 | -18/+0 |
| | | | | | | | | | | | | Depending on Perl just for this is silly. Now we use libregexp for filtering basically the same things as w3mman2html did. This required another patch to QuickJS to avoid pulling in the entire JS engine, but in return, we can now run regexes without a dummy JS context global variable. Also, man.nim now tries to find a man command on the system even if it's not in /usr/bin/man. | ||||
* | about:license: fix typo | bptato | 2024-02-01 | 1 | -1/+1 |
| | |||||
* | Add mancha man page viewer | bptato | 2024-01-26 | 1 | -1/+21 |
| | | | | | | | | | | 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... | ||||
* | Add about:license | bptato | 2023-09-23 | 1 | -0/+116 |