Skip to content
/ wslp Public

Convert Windows path to WSL path and vice versa.

License

Notifications You must be signed in to change notification settings

h2cone/wslp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wslp

wslp is a command-line tool to convert Windows paths to WSL paths and vice versa.

Installation

git clone https://github.com/h2cone/wslp.git
cd wslp
cargo install --path .

Usage

To convert Windows paths to WSL paths:

wslp 'x:\path\to\file'

Output:

/mnt/x/path/to/file

To convert WSL paths to Windows paths, use the --reverse or -r flag:

wslp -r /mnt/x/path/to/file

Output:

x:\path\to\file

About

Convert Windows path to WSL path and vice versa.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages