You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if the script had an option to copy the output to the clipboard. I could see copying old code into a basic script, running it, and then going back and pasting the new code in right away without having to copy and paste from the console (because I'll need to move a few functions at a time to deal with variables and other conditional logic I've put in the code). This would need to replace the clipboard on first function call and append to the clipboard on subsequent calls within the same script to output all the relevant console info in one run (or could do one executeAction at a time, but less efficient).
[Thanks Greg Benz for the suggestion!]
The text was updated successfully, but these errors were encountered:
It would be really nice if the script had an option to copy the output to the clipboard. I could see copying old code into a basic script, running it, and then going back and pasting the new code in right away without having to copy and paste from the console (because I'll need to move a few functions at a time to deal with variables and other conditional logic I've put in the code). This would need to replace the clipboard on first function call and append to the clipboard on subsequent calls within the same script to output all the relevant console info in one run (or could do one executeAction at a time, but less efficient).
[Thanks Greg Benz for the suggestion!]
The text was updated successfully, but these errors were encountered: