Skip to content

Noai-oss/O.Ps

Repository files navigation

O.Ps

Personal PowerShell helper module.

Requirements

  • PowerShell 7+
  • Windows
  • Git
  • Just (Optional for develop)

Build

.\build.ps1

This generates O.Ps.psm1 from src/Public/*.ps1 and updates O.Ps.psd1.

Install

Install or update from Github:

.\install.ps1
# or
irm https://raw.githubusercontent.com/Noai-oss/O.Ps/main/install.ps1 | iex

Install from the current local checkout:

.\install.ps1 -LocalPath .

Install for all users:

.\install.ps1 -Scope AllUsers

Install for this shell session

Import-Module ./O.Ps.psd1 -Force

Develop

# run build.ps1
just build # just b

# install and activate in current shell
just install # just i

Usage

After 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

About

Personal PowerShell helper module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors