Releases: alexilyaev/runrun-cli
Releases · alexilyaev/runrun-cli
v2.0.0
- Feat: Add
--select
option to offer vi motion keys (j/k) (@canadaduane #34) - Docs: Document CLI options
- Update
execa
to version7.0.0
Breaking Changes
- Minimum Node.js version is now
14.18.0
v1.2.2
- Docs: Update demo GIF to showcase
rr
andrrr
v1.2.1
- Hotfix:
rrr
doesn't work on terminated script executions with Ctrl+C
v1.2.0
🚀 Run with rr
and re-run with rrr
🚀
In this release we significantly improved the DX of running npm scripts.
You can now use rr
to trigger the interactive autocomplete runner.
And use rrr
to re-run the last executed script through rr
(cached per project).
Special thanks to @zoharyzgiaev for working on the initial rrr
implementation 💯.
Changes
- Core: Add a
bin
executablerr
to aliasrunrun
for even better DX 😁. - Core: Add a
bin
executablerrr
to re-run the last executed script 😎 (closes #8) - Core: Add an Update Notifier to highlight new available versions (similar to npm/yarn etc.).
- Core: Allow setting options via environment variables prefixed with
RUNRUN_CLI
. - Docs: Update README.md to reflect the new
bin
executables (rr
andrrr
). - Docs: Note in CONTRIBUTING.md how to
link
the project locally for development.
v1.1.2
Docs: Add a GIF demo in README.md
v1.1.1
- UX: Increase default results limit to 20 instead of 10
v1.1.0
- Docs: Added README.md
v1.0.0
Initial release.
Basic runrun
functionality to interactively choose which script to run from package.json