Convert between Linux and Windows path in WSL
Project description
WSL path converter
Convert between Linux and Windows path in WSL (Windows Subsystem for Linux).
Installation
Either install the latest stable version hosted on PyPI:
pip install wsl-path-converter
Or clone the source repository and install the bleeding-edge version:
git clone https://github.com/lamyj/wsl-path-converter.git
cd wsl-path-converter
pip install .
If the latter case is run by a regular user, i.e. non-root, the wpc
executable will be installed in ~/.local/bin
.
Usage
This converter works with Windows path mounted in WSL, either through /etc/fstab
or through the mount
command.
The executable is called wpc
. To convert a Windows path to its Linux counterpart, run it with the -u
option:
wpc -u C:\autoexec.bat
This is also valid using UNC paths (e.g. remote shares):
wpc -u \\samba.example.com\share
For the converse operation, i.e. convert a Linux path to its Windows counterpart, use the -w
option:
wpc -w /mnt/c/autoexec.bat
If a path unambiguously belongs to either Windows or Linux, the conversion option can be skipped; all previous examples can be run without the option:
wpc C:\autoexec.bat
wpc \\samba.example.com\share
wpc /mnt/c/autoexec.bat
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for wsl_path_converter-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a777d0242b1bc72b5cc3dbbe96723ecf47b89772d85455268ef577b5daedbc30 |
|
MD5 | 3090a5e62159910105962b42f312d0a6 |
|
BLAKE2b-256 | 8cea5a1f57901ff0acffcf36430effa9dcd94105069f8ff929bd9e9e2a67ac05 |
Hashes for wsl_path_converter-0.3.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e25628bdf085e5cf702ac934ebb8869dc7a1e28ce69500faa42dd16f74d5ed15 |
|
MD5 | 3c0d5c7781901801dac5359d76cb0fe2 |
|
BLAKE2b-256 | 038886c22cec3d0ac0e4d8301ad5ab0358405c7625fcb627178f1b6b988dbbf5 |