Skip to content

Releases: killallgit/killallgit-cli

v0.3.3

Choose a tag to compare

@archae0pteryx archae0pteryx released this 11 Feb 18:53
55f971d

Changes

  • Simplify API
  • Fix: Update homebrew tap repo name
  • Fix: Windows CI zip creation with cached artifacts

v0.3.2

Choose a tag to compare

@archae0pteryx archae0pteryx released this 25 Jan 00:42
89ffa94

Release v0.3.2 with Homebrew support

Installation

Homebrew (macOS/Linux)

brew tap killallgit/killallgit
brew install killallgit

Direct Download

Download the appropriate binary for your platform from the assets below.

v0.3.0

Choose a tag to compare

@archae0pteryx archae0pteryx released this 14 Jan 01:17
ca91308

What's New

Features

  • Interactive mode: Run killallgit without arguments for a menu-driven interface
  • Local branch cleanup: Clean local branches in addition to remote branches
  • JSON output: Use --dry-run --json for machine-readable output

Improvements

  • Better error messages with context for all git operations
  • Terminal detection prevents hanging in non-TTY environments
  • --version now 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