WSL Inurement Programs
Find a file
2024-06-11 11:05:33 -04:00
mkwin mkwin: updated help text 2024-06-11 11:05:33 -04:00
path-convert path-convert: updated help text 2024-06-11 10:12:18 -04:00
qdls fixed qdls formatting 2024-06-10 13:34:59 -04:00
scripts path-convert: added support for programs that don't handle spaces in paths 2024-06-05 14:12:42 -04:00
README.md updated README 2024-06-11 09:49:13 -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 DOS clone of ls that hides Windows hidden files.