wsl-dirutils
The tool that wraps directory/path-related commands in wslpath.
Example Config
After installing wsl-dirutils, append the below code to your .zshrc
.
How to use?
wsl-dirutils convert <path>
outputs the path for Linux to stdout.
Stderr is used to output messages for the user.
wsl-dirutils pwd <path>
outputs the path of the current directory to stdout.
If the current directory is under Windows such as /mnt/c/...
, the wsl-dirutils outputs both styles to stderr.
)
)
Thanks to wsl-path-rust!
We express our gratitude to wsl-path-rust, the crate that calls wslpath.exe from Rust!
It made it really easy to implement...!
Author
Twitter X: @_AsPulse_