You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
DUC_SORT_* 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
The text was updated successfully, but these errors were encountered: