Windows tray app for quick Windows <-> WSL path conversion #14340
Unanswered
developer0hye
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi WSL community,
I made a small open-source Windows tray app for path conversion between Windows and WSL.
Why I made this
When I copy a path from Windows Explorer, I often need WSL format.
I wanted a faster way than manual editing.
How it works
Ctrl+Cor ExplorerCtrl+Shift+C)Ctrl+Shift+VIf clipboard text is not a supported path, normal
Ctrl+Shift+Vbehavior is kept.Examples
C:\Users\me\project->/mnt/c/Users/me/project/mnt/c/Users/me/project->C:\Users\me\project/home/me/.config->\\wsl.localhost\Ubuntu\home\me\.config\\wsl$\Ubuntu\home\me->/home/meLinks
https://github.com/developer0hye/wsl-path-converter/releases/latest/download/wsl-path-converter-setup.exe
Feedback is very welcome, especially for edge cases:
different distros, UNC paths, quoted paths, and special characters.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions