mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #97] [FEATURE] Duplicate slashes #95
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#95
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 @RedX2501 on GitHub (Nov 23, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/97
Describe the solution you'd like
When copying paths for programming languges or json files the
\must be escaped by prepending another\to it.It would be nice if there was an option to any of the copy options to escape any
\found by prepending another\in front of it.@RedX2501 commented on GitHub (Nov 23, 2019):
Ok, found the replace option.