about summary refs log tree commit diff stats
path: root/src/io/file.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-40/+54
| | | | | | | | * add mailcap: works with copiousoutput, needsterminal, etc. * add mime.types (only works with mailcap) * refactor pipeBuffer * remove "dispatcher" * fix bug in directory display where baseurl would not be used
* Factor out headers into separate modulebptato2023-07-011-1/+1
|
* Rewrite new Request bindingbptato2023-05-211-3/+3
| | | | | Still far from perfect, but now at least it has a bit more to do with what the standard mandates.
* File browser: sort filesbptato2022-12-191-1/+20
|
* Add file browserbptato2022-12-181-0/+74