HanabishiRecca / WslShortcut

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C# 100.0%