Skip to content

Releases: Andrew-most-likely/Linux2Windows

v1.0.0 - Initial Release

Choose a tag to compare

@Andrew-most-likely Andrew-most-likely released this 10 Apr 16:36
6ff69d8

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-run mode to preview translated commands without executing
  • --show-cmd flag to print the translated command before running it
  • --list to display all supported commands
  • --info to show translation details for a command
  • --config to load custom command mappings from a JSON file
  • Auto-detection of ~/.l2w/commands.json for user-level overrides
  • 38 unit tests

Install

l2w.exe --install-wrappers

Then add %USERPROFILE%\.l2w\bin to your PATH.