unreadablewxy / fs-curator

Automation for the serious data hoarder that wants to have their data and use it
98 stars 2 forks source link

Sort by length then lexical difference #24

Closed unreadablewxy closed 2 years ago

unreadablewxy commented 3 years ago

lets say we have files: a1, a2, a3, a10, a11. lexical ordering dictates: a1, a10, a11, a2, a3. Which is semantically wrong. sorting by length then character codes seems like the safer option

unreadablewxy commented 2 years ago

Released in 0.4.0