[FileBrowser] Sorting by file modification time. #1335
TonCherAmi
started this conversation in
Ideas/Feature Requests
Replies: 1 comment 11 replies
-
i am not to sure on this one, (I prefer the 2nd), I could see this having added value (I would use it). I also think we should not get to many options (working hard to reduce this), I had some plans to have something like this in config file to do more advanced tweaks: file-browser {
sorting: mtime;
} But this is not worked out yet. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'd like to add an option that would allow sorting files by modification time and I'm wondering how to best go about it:
-file-browser-sorting-method [by-name|by-modification-time]
ls
does - there would be two options like:-file-browser-sorting-method [by-name|by-time]
-file-browser-sorting-time [mtime|atime|ctime]
(mtime
being the default)Personally I kind of like the second option better stylistically but at the same I'm not really sure whether it is going to be of any use to anyone and adding useless options should probably be avoided. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions