mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #153] [FEATURE] Allow customization of pastable link title #152
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#152
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 @grafst on GitHub (Nov 17, 2021).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/153
Originally assigned to: @clechasseur on GitHub.
First: Fantastic Program!
Problem
Copying a long unc path with url encoding (space=%20, etc.) gets pretty unreadable. It would be cool to have the text of the link be something readable and maybe shorten it with a custom regex but the url is still an absolute UNC-Path and correctly clickable encoded.
Solution

Being able to supply a regex for the link title.
Example:
Considered alternatives
Pasting the unc url-encoded link into outlook and then selecting it, pressing Ctrl+K and editing the url-text manually.
Let me know if I should further clarify anything