mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 04:05:55 +03:00
[GH-ISSUE #168] [Paste function] paste the name after copying #164
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#164
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 @phuongnamhoangde on GitHub (Jun 23, 2023).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/168
Originally assigned to: @clechasseur on GitHub.
I'd love for you to add advanced pasting in the next version. Thanks
This idea I got from www.extrabit.com
Copy filename without extension
Copy Filename And Delete | Copies the name of the selected item, and then deletes the item. It only appears if a single file or folder is selected. This command can be used with the Paste Filename command to quickly replace one file with another.
Paste Filename | Renames the selected item with the text on the clipboard. This command only appears if a single file or folder is selected, and in addition will only appear if the clipboard contains text that is a valid filename.
Paste Filename (Not Ext.) | Renames the selected item with the text on the clipboard, but without changing the extension of the selected item. If the text on the clipboard has an extension, this is ignored.
@clechasseur commented on GitHub (Dec 26, 2024):
This has been requested before: #67 . That request also mentions ExtraBit.
As I've mentioned in that other issue, I'm not sure I want to include pasting into the core Path Copy Copy product. I kind of see the point about deleting afterwards.
Also, ExtraBit seems to have tools to deal with this already (Paste filename).
I'll keep this open to track the ability to delete a file after copying the filename.