💾
Doing stuff
Pinned Loading
-
KDE/kdeconnect-kde
KDE/kdeconnect-kde PublicMulti-platform app that allows your devices to communicate
-
KDE/kdeconnect-android
KDE/kdeconnect-android PublicNative Android port of the KDE Connect Qt app
-
-
Powershell 'cd' that behaves properl...
Powershell 'cd' that behaves properly: zero args bring you home, passing '-' brings you to the previous dir 1del alias:cd -Force # Remove builtin cd alias to Set-Location
2function cd {
3$pwd = Get-Location
4if ($args.Count -eq 0) {
5Set-Location ~
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.