wsldl icon indicating copy to clipboard operation
wsldl copied to clipboard

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

Results 12 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

![image](https://github.com/user-attachments/assets/a681d899-e828-49f1-b862-b1556c18c2ad) ![image](https://github.com/user-attachments/assets/89ec47cc-c0b0-4318-bfa9-ababb57eda6b) long long ago thinks

enhancement

Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.15.0 to 3.16.1. Release notes Sourced from github.com/schollz/progressbar/v3's releases. v3.16.1 What's Changed fix: enable race detector for test and fix all detected races by @​mxey in schollz/progressbar#202...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.25.0 to 0.26.0. Commits 8072180 go.mod: update golang.org/x dependencies 6cacac1 go.mod: update tagx:ignore'd golang.org/x dependencies See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.25.0&new-version=0.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies
go