https://github.com/windos/poshnotify
Cross-platform PowerShell module for generating toast notifications on Linux, macOS, and Windows 10.
https://github.com/windos/poshnotify
Last synced: 4 months ago
JSON representation
Cross-platform PowerShell module for generating toast notifications on Linux, macOS, and Windows 10.
- Host: GitHub
- URL: https://github.com/windos/poshnotify
- Owner: Windos
- License: mit
- Created: 2018-11-22T23:24:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T06:21:24.000Z (over 4 years ago)
- Last Synced: 2025-04-01T23:44:52.993Z (over 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 270 KB
- Stars: 112
- Watchers: 8
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoshNotify
[](https://www.codacy.com/app/Windos/PoshNotify?utm_source=github.com&utm_medium=referral&utm_content=Windos/PoshNotify&utm_campaign=Badge_Grade)
[](https://codecov.io/gh/Windos/PoshNotify)
[](https://dev.azure.com/windosnz/PoshNotify/_build/latest?definitionId=1)
[](https://www.powershellgallery.com/packages/PoshNotify)
[](https://www.powershellgallery.com/packages/PoshNotify)


[](https://www.powershellgallery.com/packages/PoshNotify)

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

## Examples
### Script Completion
```powershell
Send-OSNotification -Title 'Script Completed' -Body "The script you were running finished at $(Get-Date -Format t)"
```
#### Windows

#### macOS

#### Linux
