mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 20:25:54 +03:00
[GH-ISSUE #51] MSYS/MSYS2 paths #49
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#49
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 @kbulgrien on GitHub (Nov 26, 2018).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/51
Originally assigned to: @clechasseur on GitHub.
MSYS/MSYS2 paths are similar to WSL and Cygwin paths in that they simply drop the leading /mnt or /cygdrive path component respectively, so, with the appearance of these other helpers in PathCopyCopy, it suddenly was very interesting to consider how easily they might be added to this very helpful tool.
WSL example:
/mnt/c/msys64/homeCygwin:
/cygdrive/c/msys64/homeMSYS/MSYS2:
/c/msys64/home@clechasseur commented on GitHub (Aug 17, 2019):
This has been implemented in the next version (17.0).