mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 04:05:55 +03:00
[GH-ISSUE #164] [FEATURE] Allow sorting of file names/paths using Windows Explorer's current sort order #161
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dcsang on GitHub (Jan 22, 2023).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/164
Originally assigned to: @clechasseur on GitHub.
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.
@clechasseur commented on GitHub (Jan 22, 2023):
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 commented on GitHub (Jan 22, 2023):
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:
@yongchuangtianya57 commented on GitHub (Jan 27, 2023):
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 commented on GitHub (Sep 28, 2023):
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.
@dcsang commented on GitHub (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.