Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.72 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.72 KB

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