Releases: killallgit/killallgit-cli
Releases · killallgit/killallgit-cli
Release list
v0.3.3
v0.3.2
Release v0.3.2 with Homebrew support
Installation
Homebrew (macOS/Linux)
brew tap killallgit/killallgit
brew install killallgitDirect Download
Download the appropriate binary for your platform from the assets below.
v0.3.0
What's New
Features
- Interactive mode: Run
killallgitwithout arguments for a menu-driven interface - Local branch cleanup: Clean local branches in addition to remote branches
- JSON output: Use
--dry-run --jsonfor machine-readable output
Improvements
- Better error messages with context for all git operations
- Terminal detection prevents hanging in non-TTY environments
--versionnow works on nested subcommands (killallgit add worktree --version)
Internal
- Refactored codebase to reduce ~200 lines of duplication
- Safer path handling for non-UTF8 edge cases