0

We need a macOS application which acts as a droplet for text. Any text that I drop onto the application icon should be processed. With script editor and automator I can only create droplets for files and folders, but that's not what I have to drop.

Hauke
  • 451
  • 3
  • 11
  • I don’t believe you can drag and drop text onto Automator apps. The nearest you can get is to choose `New`->`Service` then `Run Applescript` then add code like `on run {input}` – Mark Setchell Nov 03 '17 at 11:45

1 Answers1

0

Answer found in question 501079

Hauke
  • 451
  • 3
  • 11