xbb / wsl-unc

Wraps wsl.exe and converts any WSL UNC path found to the corresponding local path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wsl-unc

Wraps wsl.exe and converts any WSL UNC path found (ex. \\wsl$\Ubuntu\home\user) to the corresponding local path

Example

Calling wsl-unc -- echo \\wsl$\Ubuntu\home\user will produce the output:

/home/user

About

Wraps wsl.exe and converts any WSL UNC path found to the corresponding local path


Languages

Language:Rust 100.0%