What Changed in v2.0.8
🐚 Shell Completion
Tab completion for bash, fish, and zsh — install with a single flag:
goshs --completion bash
goshs --completion fish
goshs --completion zshAutomatically detects whether you're on macOS with Homebrew and installs to the correct path. Prints an activation command after install.
🐛 Bug Fixes
- Fixed self-update (
goshs --update) which was broken after the GoReleaser archive restructuring in v2.0.7 — asset matching is now flexible and handles both .tar.gzand.ziparchives across all platforms
Installation
Added a bunch of installation methods