buzz icon indicating copy to clipboard operation
buzz copied to clipboard

macOS support

Open jonhoo opened this issue 7 years ago • 4 comments

Biggest blockers:

  • [ ] Find right path for config files (xdg equivalent)
  • [ ] Figure out how to do notifications (e.g., notify-send)

jonhoo avatar Mar 02 '17 15:03 jonhoo

For Mac OS X notifications you can do:

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

holalluis avatar Mar 24 '19 15:03 holalluis

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?

jonhoo avatar Mar 24 '19 16:03 jonhoo

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

holalluis avatar Mar 25 '19 16:03 holalluis

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

LiHRaM avatar Jul 04 '20 18:07 LiHRaM