PoshNotify icon indicating copy to clipboard operation
PoshNotify copied to clipboard

Cross-platform PowerShell module for generating toast notifications on Linux, macOS, and Windows 10.

PoshNotify

Codacy Badge codecov Build Status PowerShell Gallery Version

Platforms Top Language Code Size PowerShell Gallery Downloads Open Issues

Cross-platform PowerShell module for generating toast notifications on Linux, macOS, and Windows 10.

PoshNotify Icon

Examples

Script Completion

Send-OSNotification -Title 'Script Completed' -Body "The script you were running finished at $(Get-Date -Format t)"

Windows

Windows result script completion

macOS

macOS result script completion

Linux

Linux result script completion