about summary refs log tree commit diff stats
path: root/doc/cha.1
Commit message (Collapse)AuthorAgeFilesLines
* doc: update manpagesbptato2024-09-021-1/+3
|
* doc: revert capitalization changebptato2024-03-141-1/+1
| | | | it looks weird
* man: rewrite in Nimbptato2024-03-131-1/+1
| | | | | | | | | | | | 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.
* Update docsbptato2024-02-251-8/+8
|
* Add mancha man page viewerbptato2024-01-261-3/+3
| | | | | | | | | | 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...
* Fix for sourcehut markdown parsing, small doc improvementsbptato2023-12-151-1/+1
| | | | hopefully this works
* Add -C optionbptato2023-10-271-27/+31
|
* manpage: fix incorrect infobptato2023-10-261-1/+1
|
* slightly refactor md to man preprocessing, update manpagebptato2023-10-131-3/+4
|
* Add urimethodmap supportbptato2023-09-301-1/+1
| | | | yay
* loader: add local-cgibptato2023-09-301-1/+2
| | | | | | | | | | | Add w3m-style local CGI support. It is not quite as powerful as w3m's local CGI, because it lacks an equivalent to W3m-control. Not sure if it's worth adding; we certainly shouldn't allow passing JS in headers, but a custom language for headers does not sound like a great idea either... eh, idk. also, TODO add multipart
* improve manpagesbptato2023-09-201-5/+8
|
* add manpagesbptato2023-09-201-0/+123
still needs some work