PSmacOS
PSmacOS copied to clipboard
PowerShell cmdlets for macOS
PSmacOS
PowerShell module containing convience or platform-specific cmdlets for macOS.
Installation
Install-Module PSmacOS to install from PSGallery
Documentation
Look in the docs folder.
Cmdlet list
-
Get-Clipboard - get clipboard content as a string and return to the pipeline
-
Set-Clipboard - set clipboard content
-
Show-MessageBox - show a message/alert box

-
Out-GridView - show a searchable table of objects from the pipeline

Planned/Future
-
Start-Processor equivalent that knows about macOS app bundles [like theopencommand but powershelly] -
Invoke-AppleScript- why not?