cdw is a simple shell tool that allows you to cd into a Windows path directly in wsl.
- GitHub Releases
- GitHub Actions (experimental versions)
Download and copy cdw.sh
into your /etc/profile.d
directory. If you are using Arch Linux, you can run makepkg -si to install it.
After installation, log out and then log back in. Then, run the cdw [path]
command to change the directory to a Windows directory. Please note that you might need to single or double quote the path due to backspaces.