Run WSL commands directly in Windows.
Also allows to use WSL git/node/etc. in Visual Studio Code or another software.
Combines functionality of utilities like wslgit, wslnodejs, wslexec etc. with simpler usage.
- Rename
WslShortcut.exeto desired command name, e.g.git.exe,node.exe,ls.exeetc. You can make a renamed copy for every command you want. - Place this executable(s) to some PATH directory (
Windows,System32or make your own). - Now you can run it directly in cmd (e.g.
git status,node -v,ls -la), VS Code should findgit/nodeautomatically.