Created
August 20, 2023 19:25
-
-
Save johnlindquist/cc108bf018b67a0116e1b8dde95c7280 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: 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