WSL Inurement Programs
Find a file
2024-06-17 08:58:42 -04:00
mkwin initial justfiles 2024-06-14 11:24:46 -04:00
path-convert path-convert: no target converts pwd 2024-06-17 08:45:44 -04:00
qdls just: moved qdls chmod from base 'install all' script to qdls 'install' script 2024-06-14 13:53:36 -04:00
scripts scripts: elevate now only requires a target for DOS mode (Linux mode opens WSL shell) 2024-06-17 08:58:42 -04:00
justfile just: moved qdls chmod from base 'install all' script to qdls 'install' script 2024-06-14 13:53:36 -04:00
README.md updated README 2024-06-14 14:01:48 -04:00

Winure: WSL inurement tools

These are tools I use to use Windows primarily through WSL.

mkwin

A Linux utility to quickly make a bash script to run a Windows executable with certain parameters.

path-convert

A Linux utility to canonicalize and convert paths from Unix to DOS, which makes it easier to open programs like explorer from WSL. This solves hiccups from paths like missing support for symbolic links, mismatched path separators, inability to handle spaces in directory names, and resolves C-drive paths to their normal DOS form.

qdls

A feature-barren DOS clone of ls that hides Windows hidden files. Relies on dotnet-warp as a build dependency.


Scripts

  • dos.sh: Simple wrapper for executing Windows commands directly.
  • elevate.sh: Elevate WSL (-l) or Windows (-w) commands from WSL.
  • explorer.sh: Launch explorer from WSL.
  • terminal.sh: Launch Windows Terminal.