Personal PowerShell helper module.
- PowerShell 7+
- Windows
- Git
- Just (Optional for develop)
.\build.ps1This generates O.Ps.psm1 from src/Public/*.ps1 and updates O.Ps.psd1.
Install or update from Github:
.\install.ps1
# or
irm https://raw.githubusercontent.com/Noai-oss/O.Ps/main/install.ps1 | iexInstall from the current local checkout:
.\install.ps1 -LocalPath .Install for all users:
.\install.ps1 -Scope AllUsersInstall for this shell session
Import-Module ./O.Ps.psd1 -Force# run build.ps1
just build # just b
# install and activate in current shell
just install # just iAfter installation, open a new PowerShell session and run the commands directly. PowerShell will auto-load the module.
Available commands:
export
gfo
gfu
gloc
gpoc
gpof
guser
proxyOff
proxyOn
unset
va
vda