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
I implemented it already and tested, need permission to commit new branch and assign this issue to me
sorting options:
--sd, --sort-dirs, --group-directories-first
sort directories first
--sf, --sort-files sort files first
--df, --dots-first sort dot-files and dot-folders first
-t sort by modification time, newest first
-U do not sort; list entries in directory order
-S sort by file size, largest first
-X sort by file extension
--sort=WORD sort by WORD instead of name: none, size (-S), time (-t), extension (-X), df (--df)
-r, --reverse reverse order while sorting
Description
directory and file names started with '.' - dot symbol, not listed first.
I want to add --dots-first option to sort dot-files and dot-folders first
The text was updated successfully, but these errors were encountered: