mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 20:25:54 +03:00
[GH-ISSUE #47] Support WSL Linux paths #48
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#48
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 @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).
@clechasseur commented on GitHub (Nov 17, 2018):
This has been implemented in
masterand will be part of the next release.