about summary refs log tree commit diff stats
path: root/src/loader/dirlist.nim
Commit message (Collapse)AuthorAgeFilesLines
* ftp, file: better dirlist, fix FTP path issuebptato2023-09-191-0/+60
* Dirlist is now unified across ftp and file loaders. It's basically a copycat of w3m's FTP dirlist, because I like how it looks. * We now hack around the cURL FTP path problem by always prepending a slash to the path. This is probably closer aligned with expectations than the default behavior.