mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #37] Add Feature - Copy Path (UNC or not) and/or Name WITH quotes on both ends #36
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#36
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 @ghost on GitHub (May 25, 2018).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/37
In Windows, sometimes the quotes are necessary when copying a file name, or path, or UNC path, especially in the command line. Would be nice to have those added as a context menu options, and they could be captioned like: "UNC Path with Quotes", and "Name with Quotes", and "Path with Quotes", etc.
Examples of results when pasting:
"\servername\foldername\subfoldername"
"\servername\foldername\subfoldername\filename.txt"
"filename.txt"
"C:\temp\filename.txt"
"c:\temp"
@blackcrack commented on GitHub (May 25, 2018):
this should be normally
\\Servername\
edit again , now see i am wheres the truble there .. you must put a \ in front of the path there in github, so you must setting 3\ slashes to see 2
like this : \\ <-3slashes
just a lil' bit help :) 👍
best regards
Blacky
@clechasseur commented on GitHub (Jun 3, 2018):
This is already possible to do by creating a custom command based on the existing command required. In the custom command's Options, select
Enclose in quotation marks.