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

[FEATURE] Allow sorting of file names/paths using Windows Explorer's current sort order #164

Open
dcsang opened this issue Jan 22, 2023 · 5 comments
Assignees

Comments

@dcsang
Copy link

dcsang commented Jan 22, 2023

Is your feature request related to a problem? Please describe.
Feature Enhancement Request: Make the new internal sorting feature optional.

Describe the solution you'd like
Create an option in the settings to toggle internal sorting feature.

Describe alternatives you've considered
Use Windows 11 "Copy as path" context menu to copy files in the desired sort order from Windows Explorer. This copies full path only, not filenames. I must then parse the filenames in Excel in the sort order copied from Windows Explorer.

Additional context
Automatic sorting the copied paths is not always practical, or desired.

@dcsang dcsang changed the title [FEATURE] Feature Request Title [FEATURE] Setting Option To Toggle Internal Sorting Jan 22, 2023
@clechasseur
Copy link
Owner

To be clear, would you like to completely disable the internal sorting by case-insensitive name added in 20.0, or to be able to sort by the same sort order as in Windows Explorer? I thought Explorer sorted by case-insensitive name by default.

@dcsang
Copy link
Author

dcsang commented Jan 22, 2023 via email

@yongchuangtianya57
Copy link

Hello,
thank you for developing this application, i really like it.

i face the same problem,
before we copy the files name ,they have a sort order,but after after pasted the sort order changed
i usually use file name unsortied, so it there is an option to set the pasted name order, will be helpful,

thank you.

Frank

@clechasseur
Copy link
Owner

Before 20.0, the sort order was unstable - it was not necessarily the one you saw in Windows Explorer, AFAIK. In 20.0, I've added sorting by case-insensitive path.

I'm not sure how I can grab the sort order of the current Windows Explorer window to replicate this. I'll leave this open in case it's possible.

@clechasseur clechasseur changed the title [FEATURE] Setting Option To Toggle Internal Sorting [FEATURE] Allow sorting of file names/paths using Windows Explorer's current sort order Sep 28, 2023
@dcsang
Copy link
Author

dcsang commented Sep 28, 2023

If it is helpful, the native Windows shell command "Copy as path" will retain the Windows Explorer sort order. The drawback is that it stores the complete file path, and the file names must be stripped manually.

@clechasseur clechasseur self-assigned this Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants