Skip to content

Tags: zautke/move-wsl

Tags

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.3.2

Toggle 1.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'master' of github.com:pxlrbt/move-wsl into master

1.3.1

Toggle 1.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
docs: update readme

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat wsl1 support (pxlrbt#12)

* fix: support WSL1 in PowerShell

* fix: support WSL1 in Batch

* feat:  WSL1 support for bash script

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug with only one distro in powershell script (pxlrbt#9)

1.2.1

Toggle 1.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: wsl -l -q output parsing

It seemed as wsl -l -q works fine without any replacing, but replacing
of newlines is still required, otherwise the script breaks in some cases.

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.1.2

Toggle 1.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
refactor: simplify distro query in bash script

1.1.1

Toggle 1.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: ignore english default appendix in wsl -l

Only german appendix was taken care of. Now everything inside brackets will be removed.

1.1

Toggle 1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
docs: document interactive bash way