2024-06-05 09:22:27 -04:00
|
|
|
|
|
|
|
# Winure: WSL inurement tools
|
|
|
|
|
|
|
|
These are tools I use to use Windows primarily through WSL.
|
|
|
|
|
2024-06-11 09:11:39 -04:00
|
|
|
## `mkwin`
|
|
|
|
|
2024-06-12 15:18:04 -04:00
|
|
|
A Linux utility to quickly make a bash script to run a Windows executable with
|
2024-06-11 09:11:39 -04:00
|
|
|
certain parameters.
|
|
|
|
|
2024-06-05 09:22:27 -04:00
|
|
|
## `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
|
2024-06-05 14:12:42 -04:00
|
|
|
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.
|
2024-06-05 09:22:27 -04:00
|
|
|
|
2024-06-07 14:11:24 -04:00
|
|
|
## `qdls`
|
|
|
|
|
|
|
|
A DOS clone of `ls` that hides Windows hidden files.
|
|
|
|
|
2024-06-12 15:18:04 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
## Scripts
|
|
|
|
|
|
|
|
- `elevate.sh`: Elevate WSL (`-l`) or Windows (`-w`) commands from WSL.
|
|
|
|
- `explorer.sh`: Launch explorer from WSL.
|
|
|
|
|