Local-first launcher that indexes and runs the commands that already exist across your repos.
You accumulate npm scripts and Makefile targets across dozens of projects, then forget which exist and what they're called. blitzscript points at a folder of repos, finds every runnable command inside, and gives you one searchable place to run them.
- Discovers npm scripts and Makefile targets under a chosen root, tagged by repo.
- Fuzzy-search and run, with output streamed to an embedded terminal.
- Flags destructive commands (e.g.
rm -rf) for a deliberate confirmation. - Keeps a searchable history of every run.
Requires Rust and Node.
npm install
npm run tauri:dev # run in development
npm run tauri:build # release buildMIT — see LICENSE.