[GH-ISSUE #47] Support WSL Linux paths #48

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

Originally created by @jxfreeman on GitHub (Nov 2, 2018).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/47

Originally assigned to: @clechasseur on GitHub.

You presently support Cygwin paths which prepend the appropriate /cygdrive/lower-case-drive-letter/. This can't be replicated using the ECMA/Javascript regular expressions for WSL Linux paths which are also case-sensitive (case sensitivity within WSL can be enabled or disabled through options and file attributes). However, WSL mounts all mapped drives as /mnt/lower-case-drive-letter/. Support for this would make pathing from Windows trivial (convenient).

Originally created by @jxfreeman on GitHub (Nov 2, 2018). Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/47 Originally assigned to: @clechasseur on GitHub. You presently support Cygwin paths which prepend the appropriate /cygdrive/**_lower-case-drive-letter_**/. This can't be replicated using the ECMA/Javascript regular expressions for WSL Linux paths which are also case-sensitive (case sensitivity within WSL can be enabled or disabled through options and file attributes). However, WSL mounts all mapped drives as /mnt/**_lower-case-drive-letter_**/. Support for this would make pathing from Windows trivial (convenient).
kerem 2026-02-25 21:32:32 +03:00
Author
Owner

@clechasseur commented on GitHub (Nov 17, 2018):

This has been implemented in master and will be part of the next release.

<!-- gh-comment-id:439587817 --> @clechasseur commented on GitHub (Nov 17, 2018): This has been implemented in `master` and will be part of the next release.
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#48
No description provided.