jonhoo / buzz

A simple system tray application for notifying about unseen e-mail
Apache License 2.0
138 stars 12 forks source link

macOS support #2

Open jonhoo opened 7 years ago

jonhoo commented 7 years ago

Biggest blockers:

holalluis commented 5 years ago

For Mac OS X notifications you can do:

osascript -e 'display notification "you have new mail" with title "notification title" '

jonhoo commented 5 years ago

Now that we depend on notify_rust, which apparently has macOS support, I think in theory this should now "just work". Have you tried it out on macOS?

holalluis commented 5 years ago

I haven't tried, later this evening or tomorrow I'll try and let you know if it works

LiHRaM commented 4 years ago

I just tried compiling on macOS Catalina, where systray fails to compile. :disappointed: