Yash-Handa / logo-ls

Modern ls command with vscode like File Icon and Git Integrations. Written in Golang
MIT License
1.13k stars 46 forks source link

-v flag doesn't seem to work #21

Closed ddmin closed 3 years ago

ddmin commented 3 years ago

According to logo-ls --help, the -v flag should result in natural sort of (version) numbers within text.

However, I've found that the actual behavior is different from the expected behavior.

logo-ls-bug

As you can see, ls -v arranges the files in the "natural sort", while the output for logo-ls -v is not different from regular logo-ls without any flags.

I'm not sure if this is only an issue on my end, but I could not get this to work.