walk icon indicating copy to clipboard operation
walk copied to clipboard

Ordering of files/folders

Open dylandhall opened this issue 1 year ago • 4 comments

Looking in the code there's a comment suggesting the files/folders come pre-ordered from the OS but the ordering seems strange.

It seems to be alphabetical, but with all capital letters being ranked higher than lower case letters..

Powershell in windows: image

Bash in ubuntu (WSL2): image

At least it's consistent but it might be nice to optionally allow internal sorting, making it case insensitive.

Just to add to this, I'd also prefer to see folders above files, but that's a nice-to-have

dylandhall avatar Aug 23 '23 23:08 dylandhall

We can add such option.

antonmedv avatar Aug 24 '23 12:08 antonmedv

We can add such option. Hi @antonmedv, I have added this enhancement and submitted a PR.

atb85 avatar Aug 27 '23 11:08 atb85

looks like the PR was closed without merge or comment?

dylandhall avatar Sep 19 '23 02:09 dylandhall