You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically title. I know we can set the file ordering as natural, based on file extensions, time, etc., but I'd be nice to have an option to mimic the ordering of ls, which can be customized in various ways.
The text was updated successfully, but these errors were encountered:
hidden directories should be listed before visible directories. It already works for regular files, i.e. .a.txt is listed before a.txt, but .a is listed after a (where both .a and a are directories). I'd be nice to have consistent ordering across all filetypes;
sort uppercase before lowercase, i.e. A then B then a then b.
Basically title. I know we can set the file ordering as natural, based on file extensions, time, etc., but I'd be nice to have an option to mimic the ordering of
ls
, which can be customized in various ways.The text was updated successfully, but these errors were encountered: