Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HanabishiRecca/WslShortcut
Run WSL commands directly in Windows. Also allows to use WSL git/node/etc. in Visual Studio Code or another software.
https://github.com/HanabishiRecca/WslShortcut
command-line command-line-app command-line-tool git node node-js nodejs visual-studio-code vs-code windows-subsystem-for-linux windows-subsystem-linux wsl
Last synced: about 2 months ago
JSON representation
Run WSL commands directly in Windows. Also allows to use WSL git/node/etc. in Visual Studio Code or another software.
- Host: GitHub
- URL: https://github.com/HanabishiRecca/WslShortcut
- Owner: HanabishiRecca
- License: mit
- Archived: true
- Created: 2020-03-28T22:04:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T19:28:31.000Z (over 4 years ago)
- Last Synced: 2024-08-03T22:17:58.712Z (5 months ago)
- Topics: command-line, command-line-app, command-line-tool, git, node, node-js, nodejs, visual-studio-code, vs-code, windows-subsystem-for-linux, windows-subsystem-linux, wsl
- Language: C#
- Homepage:
- Size: 31.3 KB
- Stars: 36
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - HanabishiRecca/WslShortcut - Run WSL commands directly in Windows. Also allows to use WSL git/node/etc. in Visual Studio Code or another software. (C# #)
README
# 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`](//github.com/andy-5/wslgit), [`wslnodejs`](//github.com/snooopcatt/wslnodejs), [`wslexec`](//github.com/int128/wslexec) etc. with simpler usage.
### [Releases](../../releases)
### 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.