Skip to content

Releases: volkanto/launchr

v1.2.0

01 Mar 11:43
e28ff0e

Choose a tag to compare

Completion and interactive mode

  • Zsh completion now resolves built-ins and saved custom command names from config.
  • launchr completion zsh remains available as a setup-only command.
  • -i / --interactive can prompt for missing required parameters.

v1.1.1

25 Feb 23:04
c6544e4

Choose a tag to compare

Command naming transition

  • launchr add is now the canonical command.
  • launchr init remains as a deprecated alias in v1.x.
  • Help text updated to guide users toward add.

v1.0.0

23 Feb 19:10
bc0ecf1

Choose a tag to compare

launchr v1.0.0

First stable release of launchr, a config-driven CLI to build URLs from typed flags and open them in your default browser.

Highlights

  • Interactive setup with launchr init to create custom commands and URL templates.
  • Typed parameter support: string, integer, boolean, single-choice-list.
  • Runtime checks for required params, unknown flags, invalid values, and URL placeholders.
  • URL interpolation with encoding plus cross-platform browser launch (open / cmd start / xdg-open).