wsldl icon indicating copy to clipboard operation
wsldl copied to clipboard

Advanced WSL launcher / installer. (Win10 FCU x64/arm64 or later.)

Results 7 wsldl issues
Sort by recently updated
recently updated
newest added

Way to reproduce: 1. Windows Server 2019 2. PowerShell ```powershell Invoke-WebRequest -Uri https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/x86_64/alpine-minirootfs-3.15.0-x86_64.tar.gz -OutFile alpine.tar.gz Invoke-WebRequest -Uri https://github.com/yuk7/wsldl/releases/download/21082800/wsldl.exe -OutFile wsldl.exe ./wsldl.exe install alpine.tar.gz ./wsldl.exe backup --tgz ``` Here's GitHub Actions...

Currently, `wsldl backup` uses fixed output filename. It would be convenient if user could specify desired filename (including writing output to a different directory).

enhancement

Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.1 to 3.14.2. Release notes Sourced from github.com/schollz/progressbar/v3's releases. v3.14.2 What's Changed Add pacman example gif by @​OlegChuev in schollz/progressbar#174 📝docs: Add a library definition for ansi...

dependencies

https://github.com/yuk7/wsldl/blob/66b2e9d5911c3c3f006ba388b774f45e0dcb97ec/src/backup/help.go#L10 it's supposed to be ".tar.gz"

Use case: sporadically, when something breaks in my WSL, I need to do a one-time as-root run to do some fixes etc. This currently requires running `wsldl config --default-user root`,...

enhancement

Is it possible to have wsldl bootstrap a vhdx that is BTRFS and not EXT4?

enhancement

[Zstandard](https://github.com/facebook/zstd) is a loseless compression algorithm, and dual-licensed under [BSD](https://github.com/facebook/zstd/blob/dev/LICENSE) OR [GPLv2](https://github.com/facebook/zstd/blob/dev/COPYING). WSL supports importing quite a few formats already like `.tar.`, `.tar.xz`, `.tar.gz` and `.tar.zst`. I'm aware of https://github.com/yuk7/wsldl/issues/109...

enhancement