[GH-ISSUE #51] MSYS/MSYS2 paths #49

Closed
opened 2026-02-25 21:32:32 +03:00 by kerem · 1 comment
Owner

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/home

Cygwin:
/cygdrive/c/msys64/home

MSYS/MSYS2:
/c/msys64/home

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/home` Cygwin: `/cygdrive/c/msys64/home` MSYS/MSYS2: `/c/msys64/home`
kerem closed this issue 2026-02-25 21:32:32 +03:00
Author
Owner

@clechasseur commented on GitHub (Aug 17, 2019):

This has been implemented in the next version (17.0).

<!-- gh-comment-id:522192264 --> @clechasseur commented on GitHub (Aug 17, 2019): This has been implemented in the next version (17.0).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pathcopycopy#49
No description provided.