-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Comments
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. |
Hello Charles,
Firstly, thanks for developing your app. I would like the application to
copy the paths in whatever order they are sorted from Windows Explorer. For
example, if the files are sorted by date in Explorer I would prefer
PathCopyCopy to maintain that order. The Windows 10/11 (CTRL+SHIFT+C) "Copy
as path" copies in the desired order, but it outputs full paths.
I came across a unique situation earlier where I needed to export a large
list of files by ascending date and realized v20 automatically reorders
alphabetically. Ideally, it would be great to have a settings option to
toggle the internal sort feature because there is value both ways.
Thanks for following up!
Damian
…On Sun, Jan 22, 2023 at 1:42 AM Charles Lechasseur ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#164 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU6N653VAMFMD2ACZUHKDL3WTTJD7ANCNFSM6AAAAAAUCXB7ZQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello, i face the same problem, thank you. Frank |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: