about summary refs log tree commit diff stats
path: root/adapter/tools/urldec.nim
Commit message (Collapse)AuthorAgeFilesLines
* urldec: merge into urlencbptato2024-08-111-6/+0
| | | | also, move the ln command to make all
* Add urlenc, urldec; fix a URL encoding bug; improve trans.cgibptato2024-01-081-0/+6
* Fix incorrect internal definition of the fragment percent-encode set * urlenc, urldec: these are simple utility programs mainly for use with shell local CGI scripts. (Sadly the printf + xargs solution is not portable.) * Pass libexec directory as an env var to local CGI scripts * Update trans.cgi to use urldec and add an example for combining it with selections