Releases: volkanto/launchr
Releases · volkanto/launchr
v1.2.0
01 Mar 11:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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).