How can I create a droplet that takes a text selection as input? When I create a script that starts with on run inputText, the resulting application icon will only darken when files are dragged over it.
How can I create a droplet that takes a text selection as input? When
Share
As far as I could tell, this could only be achieved by wrapping the Applescript in a Cocoa application. I don’t know Objective-C, but was able to cobble something together. When I get a chance I’ll try to clean up a bit and post an explanation.