Open tobygallo opened 2 years ago
Toby> When using cgi --list, is it possible to sort by filename as opposed to file size? Thanks
Currently, no, it's not possible. We do have the infrastructure in place for doing this type of sorting, it's just not exposed to the CGI script.
Can you please open a request at github so we don't forget to look at this down the road?
Or if you look at duc/src/duc/cmd-cgi.c and cmd-ls.c for the DUCSORT* flags, you'll get an idea of what needs to be done. I need to think how we would pass that flag into the CGI script properly.
John
When using cgi --list, is it possible to sort by filename as opposed to file size? Thanks