WSL Inurement Programs
Find a file
2024-06-10 13:05:12 -04:00
path-convert path-convert: added support for programs that don't handle spaces in paths 2024-06-05 14:12:42 -04:00
qdls fixed column behavior in qdls 2024-06-10 13:05:12 -04:00
scripts path-convert: added support for programs that don't handle spaces in paths 2024-06-05 14:12:42 -04:00
.gitignore removed unused file 2024-05-30 10:28:20 -04:00
README.md updated README 2024-06-07 14:11:24 -04:00

Winure: WSL inurement tools

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

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.