PSNotifySend

a notify-send wrapper that allows triggering notifications on Linux!

MIT License

Stars
4
Committers
3

PSNotifySend

A notify-send wrapper that allows triggering notifications on Linux!

Install via the PowerShell Gallery:

Install-Module PSNotifySend

Then send a notification!

Send-PSNotification 'Hello PowerShell!'

For usage, check out the docs folder.