Created
December 2, 2024 18:54
-
-
Save johnlindquist/027880fc4da8feb758d80e50138f3c9d 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: Testing Script Bundle | |
// Shortcut: ctrl 0 | |
import "@johnlindquist/kit"; | |
const script = await selectScript("Testing", true, (scripts) => | |
scripts.filter((script) => script.name.startsWith("Testing")) | |
); | |
await run(script.filePath); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment