mack
mack copied to clipboard
Mack — Golang wrapper for AppleScript
stumbled on an issue with supplying a local path to an icon file, where this error occurs: ``` exit status 1: 0:85: execution error: A resource wasn’t found. (-192) (display...
With `terminal-notifier`, you have the ability to customize the Logo URL for your notification. However, that's not possible with `mack` because terminal-notifier uses an undocumented API to do that, that's...
I want to be able to use mack for some simple Tell's, but also have some logic that requires `if application X is running` before calling a tell in the...
Since the zero value for string is `""` so there's currently no way to show text input without a default answer for dialogs. Add `CollectAnswer` to `DialogOptions` to allow dialog...