mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #46] Convert UNC path to SMB path #45
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#45
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 (Oct 31, 2018).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/46
Originally assigned to: @clechasseur on GitHub.
Hello!
Please could you add another option to convert a UNC path to SMB path?
Quite similar to Internet path, smb://path instead of file://path
Currently it would be really useful for PC to Mac sharing!
Thanks!
Regards
@clechasseur commented on GitHub (Nov 18, 2018):
This has been implemented in
masterand will be part of the next release.@clechasseur commented on GitHub (Jan 29, 2019):
Not sure I understand as Path Copy Copy does not have clickable links. Do you mean that the Copy SMB Path command does not produce a path in the correct format? If so, what is the correct format?
@clechasseur commented on GitHub (Feb 28, 2019):
The Samba command seems like too fringe a feature to add a new command to copy the parent folder path... and if I change the default behavior, it will seem out-of-place compared to the Internet command.
I suggest you create a custom command based on Copy Samba Path and use regular expressions to keep only the folder path:
Find what:
^(.*/)[^/]*$Replace with:
$1In my tests here it succeeds in copying the parent folder path, including terminating
/.