https://github.com/yuk7/wsl2exe
[TESTING]Use command in WSL from exe executable
https://github.com/yuk7/wsl2exe
linux vim windows-10 windows-subsystem-linux wsl
Last synced: about 1 hour ago
JSON representation
[TESTING]Use command in WSL from exe executable
- Host: GitHub
- URL: https://github.com/yuk7/wsl2exe
- Owner: yuk7
- License: mit
- Created: 2020-12-10T07:03:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T13:27:21.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T16:41:19.761Z (24 days ago)
- Topics: linux, vim, windows-10, windows-subsystem-linux, wsl
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 45
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - yuk7/wsl2exe - [TESTING]Use command in WSL from exe executable (C)
README
# wsl2exe
Use command in WSL from exe executable## 🧪Demo
## 💻Requirements
* Windows 10 1709 Fall Creators Update 64bit or later.
* Windows Subsystem for Linux feature is enabled.### [⬇Download](https://github.com/yuk7/wsl2exe/releases/latest)
## 📝How-to-Use
#### 1. [Download the exe](https://github.com/yuk7/wsl2exe/releases/latest) with the required functions."wsl2exe.exe" is the normal version, and "wsl2exe_ap.exe" has the function to convert the argument path.
#### 2. Rename it to the name of the command you want to execute it.
For example, if you want to run "vim" in wsl, rename it to "vim.exe".
## wsl2exe_ap.exe
wsl2exe_ap.exe considers the argument containing the backslash as the Windows path, converts it, and run it.Some paths cannot be converted, in which case an error will be displayed.
The path recognition & translation algorithm is still tentative and subject to change.
## 📄License
[MIT](https://github.com/yuk7/wsl2exe/blob/main/LICENSE)Copyright (c) 2017-2020 yuk7