Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.19 KB

My PowerShell utilities

Some (arguably) useful utilities I wrote.

BackupAndRestoreStuff

a valiant but laughable effort to simplify my eventual transition to other pcs.

BitwardenWrapper

a class definition for bitwarden cli output, and tools to check if I have duplicated passwords and similar.

PSPythonUtils

a project scaffolding function, and some cmdlets to manage the virtual environments created by pipenv.

Scripts

Get-DirtyRepos

finds repositories with local changes that are not backed up.

Remove-EmptyFolders

pretty self explanatory.

Set-DnsServer

switch easily between default and google DNS. Because someone thought having an eduroam hotspot that does not work with google DNS was smart.

Start-JobWithCallback

an example of how to write a reactive asynchronous job.