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

Alert() `title` and `message` not escaped when using AppleScript on macOS #48

Closed nervo closed 2 years ago

nervo commented 2 years ago

Notify() part has been fixed by https://github.com/gen2brain/beeep/pull/47, but not Alert() :)

See: https://github.com/gen2brain/beeep/issues/37#issuecomment-1147122542

gen2brain commented 2 years ago

Can you send a PR?

nervo commented 2 years ago

sure :) https://github.com/gen2brain/beeep/pull/49