Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List and sort directories alongside files #1929

Closed
rc1 opened this issue Sep 15, 2020 · 3 comments · Fixed by #2606
Closed

List and sort directories alongside files #1929

rc1 opened this issue Sep 15, 2020 · 3 comments · Fixed by #2606

Comments

@rc1
Copy link

rc1 commented Sep 15, 2020

Is your feature request related to a problem? Please describe.
Directories contain files and sub-directories. When listing a directory, I expect the contents to be sorted by date or alphabetically. However, the typical design pattern on Windows is to have a list of directories sorted then list of files. Here is an illustration of a situation where this causes a problem: when I unzip a directory from a zip flie in my downloads folder, I need to remember the zip files name, scroll up and find the name in the list of directories,

Describe the solution you'd like
An option in settings to list directories alongside files

Describe alternatives you've considered
I'm sure this isn't to everyone's taste. But this pattern of separating files and folder only happens on Windows. Mac and Linux typically don't use this pattern. I'm not sure why people like this Windows pattern. Maybe because Windows doesn't have this feature: #1928

Additional context
Could you point me to the code where this would be implemented? I'd like to try make a PR for learning purposes.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.91. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@ghost ghost added the needs-triage label Sep 15, 2020
@Talisman39ar
Copy link

As someone who used Macs for many years, totally agree! I still find it takes me longer to find things on Windows because of this. Would love to see an option to force alphabetical (or whatever sort mechanism) regardless of whether folder or file.

@yaira2
Copy link
Member

yaira2 commented Dec 15, 2020

@rc1 Sorry about the long delay on this, I took a look and ended up implementing it myself when I saw how simple it is 😆. You can check out the pull request here #2606.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants