Open andrewcrook opened 1 year ago
Would be nice to be able to control Kit from shortcuts including running kit's scripts, passing values and receiving results.
@andrewcrook You can run any script in the app from the terminal using ~/.kit/run.txt
~/.kit/run.txt
For example, if you have a script named my-script.js
my-script.js
echo "my-script" > ~/.kit/run.txt
So in shortcuts:
Would be nice to be able to control Kit from shortcuts including running kit's scripts, passing values and receiving results.