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.

Results 9 PoshNotify issues
Sort by recently updated
recently updated
newest added

Get-StartApps : The term 'Get-StartApps' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path...

I'd like to suggest adding some documentation, since this took me some time to figure out. The Windows implementation for showing a notification requires Windows PowerShell, since I assume there...

Tried this to see if it'd work and if it's in an `` that suggests it's capable of supporting http for Windows, I guess not for Mac and LInux eh,...

enhancement

Hello! I have a chatbot and when the following text is sent, it crashes my whole bot. `" ☺ACTION 👤 New FOLLOW(S) ❤ username ❤, WELCOME! (1255 followers) (+19).☺"` We...

Since I made the change to PSNotifySend users with the module already installed won't get the update, keeping their module broken. While this won't fix things straight away for them,...

enhancement

I was looking at [these lines](https://github.com/Windos/PoshNotify/blob/master/src/PoshNotify.psm1#L1-L7) and realized that the current code will not fetch a newer version of MacNotify/PSNotifySend if one exists. We should change this to: ```powershell (Get-Module...

Some options: 1. whatever the default sound is for that platform (if the platform supports sound) 1. no sound at all Number 1 means we'd support a `-Silent` switch parameter...

enhancement

On Windows 10, the notification toast has the application name showing as `Windows PowerShell`. Would it be possible to change the application name from "Windows PowerShell" to something else? Does...