mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #72] Suggestion: Find-Replace (C:) with (/Volumes/Etc/) #71
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#71
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 @bexier on GitHub (Jul 30, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/72
Originally assigned to: @clechasseur on GitHub.
I share directory paths with mac users quite often from the same volume. The Internet Path is Almost exactly what I need. However it would be great if an option existed to swap out mapped drive names with something I deem necessary to alter the path for the benefit of the Mac user.
When Copied (using "Internet Path") - path would turn from:
file://Z:/STUFF/FOLDER/FILE
to
file:///Volumes/Drive/STUFF/FOLDER/FILE
I would tell Find/Replace to look for "Z:" and replace it with "/Volumes/Drive"
@clechasseur commented on GitHub (Jul 31, 2019):
You could create a custom command to do this. Simply choose "Copy Internet Path" as the base command and perform a find/replace of "Z:" for "/Volumes/Drive".