Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
/ WslShortcut Public archive

Run WSL commands directly in Windows. Also allows to use WSL git/node/etc. in Visual Studio Code or another software.

License

Notifications You must be signed in to change notification settings

HanabishiRecca/WslShortcut

Repository files navigation

WSL Shortcut

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.

Usage

  • Rename WslShortcut.exe to desired command name, e.g. git.exe, node.exe, ls.exe etc. You can make a renamed copy for every command you want.
  • Place this executable(s) to some PATH directory (Windows, System32 or make your own).
  • Now you can run it directly in cmd (e.g. git status, node -v, ls -la), VS Code should find git/node automatically.