Questions tagged [javascript]
130 questions
5
votes
1 answer
Is there a manual for JavaScriptCore shell (jsc)?
MacOS ships with a JavaScript shell jsc in the JavaScriptCore framework. The easy way to run it from Terminal is to link it into a standard directory:
ln -s /System/Library/Frameworks/JavaScriptCore.framework/Resources/jsc /usr/local/bin/jsc
What…

Jay Lieske
- 405
0
votes
0 answers
How to autotype multiple texts using javascript in automator onto an unfocused application
How do I execute commands such as typing at a series of short phrases with delays and repeats onto an unfocused application. For example, I want the javascript to be able to type out a infinite loop of a series of texts onto discord running in the…