Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created December 2, 2024 18:54
Show Gist options
  • Save johnlindquist/027880fc4da8feb758d80e50138f3c9d to your computer and use it in GitHub Desktop.
Save johnlindquist/027880fc4da8feb758d80e50138f3c9d to your computer and use it in GitHub Desktop.
// 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