dialog
dialog copied to clipboard
Added custom dialog with support for text input and custom buttons/icon
Optional text input box can be added to dialog boxes in Darwin (MacOS) to capture additional user response. Support to add custom icon to dialog boxes in Darwin. Support to add custom buttons to dialog boxes in Darwin.
I tested this and it worked.
The syntax is a bit strange and maybe the part with the '{"No", "Maybe", "OK"}' could be done just using an array and then constructing the apple script string on the fly.
Very useful for an Alfred Workflow Implementation.
This would need some readme additions but I think that would be awesome.