mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 04:05:55 +03:00
[GH-ISSUE #149] [FEATURE] Element to also rename the file. #147
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#147
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 @ggbbrr on GitHub (Aug 31, 2021).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/149
Is your feature request related to a problem? Please describe.
Right now PathCopyCopy has elements to Find-Replace and Find-Replace with regex.
Please add an option in those two elements (and maybe others) to also rename the file with the result of the Find-Replace in addition to copying the new name to clipboard.
Currently the Find-Replace element has
Below those you could add a checkbox "Rename file ?".
It shouldn't be too hard to implement, since most of the code already exists.
Thanks for v20.0
@clechasseur commented on GitHub (Aug 31, 2021):
This seems to fall a bit outside of the purpose of a path copy tool. Granted, my tool supports regular expressions, but to modify the copied path, not to rename files... I'll think about it.
@ggbbrr commented on GitHub (Sep 1, 2021):
OK. NP.
I developed a program to do that but it's in AutoIt. It would be nice to have one program do both copy path and rename stuff :-)
See attached pic for some of the things my program (EZRename) does.
@ggbbrr commented on GitHub (Sep 2, 2021):
Requesting githubers with the necessary Windows programming experience and knowledge to develop a context menu extension like PathCopyCopy to rename files.
Permitting two levels of sub-menus would be great.
If I had the skills I would do it myself.
@clechasseur commented on GitHub (Jan 15, 2022):
I just realized that it's possible to do this already by using the "Launch a command-line" option, albeit a bit convoluted.
Here's an example of a command that does this:
rename_command.zip
Feel free to import it and change the find/replace operation used within to something else.
@ggbbrr commented on GitHub (Jan 15, 2022):
Hi, thanks. Ya it works.
Have a look at "Shell" mentioned in this thread : Shell - App Scripts
|
|
|
| | |
|
|
|
| |
Shell - App Scripts
Shell - posted in App Scripts: File Name: ShellFile Submitter: MahmoudFile Submitted: 24 Jul 2021File Updated: 0...
|
|
|
****** Please :*** - Do not give this email address to anyone.*** - Do not put me on any mailing list.*** Thanks.***
I just realized that it's possible to do this already by using the "Launch a command-line" option, albeit a bit convoluted.
Here's an example of a command that does this:
rename_command.zip
Feel free to import it and change the find/replace operation used within to something else.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: @.***>