Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T13:27:21.000Z (over 3 years ago)
- Last Synced: 2024-11-13T13:39:13.891Z (2 months ago)
- Topics: linux, vim, windows-10, windows-subsystem-linux, wsl
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 44
- Watchers: 6
- 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
![demo](https://user-images.githubusercontent.com/29954265/101806072-dd3e3580-3b56-11eb-9620-5a591df89b24.gif)## đź’»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