Releases: Andrew-most-likely/Linux2Windows
Releases · Andrew-most-likely/Linux2Windows
Release list
v1.0.0 - Initial Release
l2w v1.0.0 - Initial Release
Translate and execute Linux commands on Windows. Type l2w ls -la and it runs dir /a.
Download
- l2w.exe - Standalone executable, no Python required. Download, run it, done.
What's included
- Translation table covering 50+ common Linux commands
- Special-case handlers for
cp,rm,touch,head,tail,kill,killall,wc,sleep --dry-runmode to preview translated commands without executing--show-cmdflag to print the translated command before running it--listto display all supported commands--infoto show translation details for a command--configto load custom command mappings from a JSON file- Auto-detection of
~/.l2w/commands.jsonfor user-level overrides - 38 unit tests
Install
l2w.exe --install-wrappers
Then add %USERPROFILE%\.l2w\bin to your PATH.