deckarep / gosx-notifier

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update terminal-notifier and expose new APIs

jpillora opened this issue · comments

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

Specifically can you list what new APIs you're interested in?

Hey sorry for the delay. In order of interest, it'd be nice to have:

  1. -actions and -dropdownLabel (provide a set of options, return the clicked option)
  2. -reply (should give a text box, return the text on "send")
  3. -active/group/remove ID (maybe this could be abstracted away somehow, a simple Notification.Remove method would be nice)

Thanks @jpillora - I think these changes are good but for now I've labeled this as help-wanted. I currently don't have much time to maintain this package in particular.

No worries, I understand!