Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 663 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 663 Bytes

WslPathShellExt

Shell extension for copying file and directory pathes to clipboard in WSL Linux mount format.

Converts your Windows pathes to a format your WSL Linux understands:

"D:\ProjectsGitHub\WslPathShellExt\WslPathExtension.cs"

---will become--->

"/mnt/d/ProjectsGitHub/WslPathShellExt/WslPathExtension.cs"

Installation

Clone the repo and build the DLL.

Afterwards, install the shell extension using the ServerRegistrationManager utility (look for ServerRegistrationManager.zip in the release assets!)

ServerRegistrationManager.exe install WslPathShellExt.dll -os64