Skip to content

Releases: alexilyaev/runrun-cli

v2.0.0

15 Feb 19:03
Compare
Choose a tag to compare
  • Feat: Add --select option to offer vi motion keys (j/k) (@canadaduane #34)
  • Docs: Document CLI options
  • Update execa to version 7.0.0

Breaking Changes

  • Minimum Node.js version is now 14.18.0

v1.2.2

03 May 02:10
Compare
Choose a tag to compare
  • Docs: Update demo GIF to showcase rr and rrr

v1.2.1

03 May 02:03
Compare
Choose a tag to compare
  • Hotfix: rrr doesn't work on terminated script executions with Ctrl+C

v1.2.0

03 May 01:42
Compare
Choose a tag to compare

🚀 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 executable rr to alias runrun for even better DX 😁.
  • Core: Add a bin executable rrr 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 and rrr).
  • Docs: Note in CONTRIBUTING.md how to link the project locally for development.

v1.1.2

03 May 01:20
Compare
Choose a tag to compare

Docs: Add a GIF demo in README.md

v1.1.1

03 May 01:19
Compare
Choose a tag to compare
  • UX: Increase default results limit to 20 instead of 10

v1.1.0

03 May 01:18
Compare
Choose a tag to compare
  • Docs: Added README.md

v1.0.0

03 May 01:17
Compare
Choose a tag to compare

Initial release.
Basic runrun functionality to interactively choose which script to run from package.json