gen2brain / beeep

Go cross-platform library for sending desktop notifications, alerts and beeps
BSD 2-Clause "Simplified" License
1.43k stars 89 forks source link

Mac notification doesn't fulfil interface #15

Closed boedy closed 6 years ago

boedy commented 6 years ago

Current implementation on Mac does not support custom images. How about using https://github.com/deckarep/gosx-notifier as Darwin notifier?

gen2brain commented 6 years ago

I don't like it, it embeds whole app/binary in source code.

boedy commented 6 years ago

I see I overlooked issue https://github.com/gen2brain/beeep/issues/2 where you already discussed gosx-notifier.