v0.4.7
Fixes jumpcall install for Homebrew installs (#3):
jumpcall installnow resolves the Homebrew CLI symlink to the JumpCall.app bundle in the Cellar — the documentedbrew install joncode/tap/jumpcall && jumpcall installflow works again.--fromaccepts a bundle, a binary inside one, or a symlink to either, and rejects anything else with a clear error instead of copying it.- The CLI symlink step only ever replaces symlinks — it no longer deletes regular files (previously it could delete the very binary passed via
--from). launchctlfailures are reported, and the "JumpCall is running" line only prints when the app actually launched.
If a previous install attempt left a dangling jumpcall symlink behind, recover with:
brew reinstall jumpcall
jumpcall install