Created
June 12, 2024 04:16
-
-
Save johnlindquist/c66afd47f7f35c56df1a666c4fedd10c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Testing Script Changed | |
// Background: auto | |
import "@johnlindquist/kit" | |
app.onScriptChanged(script => { | |
log(`AWESOME changed: ${script}`) | |
}) | |
app.onScriptAdded(script => { | |
log(`AWESUM: ${script}`) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment