Skip to content

jswh/wslexe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSLEXE

The WSL system makes a great convenience of development on Windows.But the integretion to IDEs and code editors is not convenient.

The project wslgit makes a dummy exe that trying to receive the arguments and translating all paths from windows type to unix type, and reform these arguments to the real command in wsl .

This shows a way to use wsl application in windows enviroment for IDEs and code editors. But the project is made for git only. I made a bit change using the file stem name as the real command. And it works!

Usage

  1. download the wslexe.exe
  2. rename it to the command you want to use, for example pyhon.exe
  3. change your ide or editor config to point to the executable file
  4. if you have a ".wslexerc" in the path where the executable file exists, it will be sourced before the real command

Compatibility

  • python.exe
    • vscode
    • powershell
  • composer.exe
    • phpstorm
  • php.exe
    • phpstorm
  • git.exe
    • vscode
    • powershell

Screen shot

python.exe for vscode

show

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%