kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.37k stars 148 forks source link

[Feature request] "ls -X" "Sort alphabetically by entry extension" #409

Closed mewkl closed 11 months ago

mewkl commented 11 months ago

ls has a really nice sorting method (-X) where it sorts by file extension, so all the different types of files are sorted in groups, with directories at the top ofc. Would be really nice to have.

Having it as a sort where you could further sort the members of the groups by size/etc would be really nice as well.

mewkl commented 11 months ago

I'm blind, ext sorting is already there. The additional feature I asked for isn't in ls either, so up to you guys if you want it or not.