Autumn icon indicating copy to clipboard operation
Autumn copied to clipboard

Is there a way to copy to and paste from clipboard?

Open thomasqbrady opened this issue 1 year ago • 0 comments

Looks like Pasteboard.stringContents will let you see what's already on the clipboard, but I don't see a way to automate copying or pasting. My use-case is that I'd like to generate a string with some javascript, using current time and date, insert it into the clipboard, so that I can either automatically paste or then hit CMD-V to paste.

thomasqbrady avatar Jul 12 '23 16:07 thomasqbrady