jarun / nnn

n³ The unorthodox terminal file manager
BSD 2-Clause "Simplified" License
18.51k stars 743 forks source link

remove common prefix before comparing numerical filenames #1868

Closed azuline closed 2 months ago

azuline commented 2 months ago

Currently, nnn sorts files like this:

image

After code change:

image

N-R-K commented 2 months ago

Isn't this what version sort already does? E.g press t and then v (or use -Tv cli option).

azuline commented 2 months ago

just tried it; yep! going to close this now

i think what i did there also doesn't create a total ordering, so it wouldn't be a good change anyways without some more analysis.