Question
Possible to copy text to clipboard through script?
I'm currently creating a temporary textPath and copying that to the clipboard with the app.copy() method. Is there a way to just simply copy the text directly to the clipboard rather than having to do it through copying an object?
