Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created August 20, 2023 19:25
Show Gist options
  • Save johnlindquist/cc108bf018b67a0116e1b8dde95c7280 to your computer and use it in GitHub Desktop.
Save johnlindquist/cc108bf018b67a0116e1b8dde95c7280 to your computer and use it in GitHub Desktop.
// Name: Filter Scripts
// Shortcut: opt 7
// Cache: true
import "@johnlindquist/kit"
let kenv = "kit-examples"
let scripts = (await getScripts()).filter(script => script.kenv === kenv)
let script = await arg("Run Script", scripts)
await run(script.filePath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment