mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #2] Get paths recursively #1
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#1
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 @clechasseur on GitHub (Jul 17, 2017).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/2
Originally assigned to: @clechasseur on GitHub.
Add an option to get paths recursively somehow.
Original issue: https://pathcopycopy.codeplex.com/workitem/11368
@vnl commented on GitHub (Aug 13, 2017):
Just adding the desc. I will give this a shot.
Add a command that would copy the names of all files and folders inside a selected directory (possibly recursively). Suggested by Nati30:
very simply , like the output of command "dir /s" .
I just want to click on one (or more) folders and copy to clip all folder names and file names inside of it to get the folder names of the ones that I selected - your current version gives me that. but not the subfolders.
@clechasseur commented on GitHub (Aug 14, 2017):
Just a note: I'm not a big fan of adding a command for this (there are many commands already). I think this would be better as a pipeline option for custom commands. You could also add it as a global option if you like.
@vnl commented on GitHub (Aug 15, 2017):
I agree on the custom commands if necessary. Also, my build is broken completely, not sure which SDK I am missing (must be the XP support) in VS2017. So this would take longer than usual.
@clechasseur commented on GitHub (Jul 27, 2020):
This feature has been implemented and will be shipped in the next version.