gosx-notifier icon indicating copy to clipboard operation
gosx-notifier copied to clipboard

gosx-notifier is a Go framework for sending desktop notifications to OSX 10.8 or higher

Results 11 gosx-notifier issues
Sort by recently updated
recently updated
newest added

This project is awesome. But as I mention in the title. Hopefully, we can have a release to use. Thanks!

Does not display an image, neither for content image nor for icon.

Under the new OS X system, it seems that the old version of the terminal-notifier does not support the `Link` field. I have seen other people feedback similar questions. #13...

I can easily reproduce this issue. System version: macOS High Serria 10.13.1

I'd like to use this to automatically launch regular [zoom] meetings that I have when I click it. Sadly, the external protocol in the link `zoommtg://` doesn't work properly, so...

hacktoberfest

See new repo https://github.com/julienXX/terminal-notifier Now notification actions are exposed, would be handy to have a Go API to use it

Help-Wanted
hacktoberfest

This fails: ``` note := gosxnotifier.NewNotification("\"Welcome\" was updated.") .... err := note.Push(); .... ```

When I click the notification, it did not jump to the linked url, it displayed an another terminal icon notification instead.