Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created June 12, 2024 04:16
Show Gist options
  • Save johnlindquist/c66afd47f7f35c56df1a666c4fedd10c to your computer and use it in GitHub Desktop.
Save johnlindquist/c66afd47f7f35c56df1a666c4fedd10c to your computer and use it in GitHub Desktop.
// 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