A TUI to cleanup local git branches
curl -sfL https://raw.githubusercontent.com/mistakenelf/branch-cleaner/main/install.sh | sh
go install github.com/mistakenelf/branch-cleaner@latest
- Easily delete branches one at a time or in bulk
- Ability to filter by branch name
- Protect branches from being deleted
branch-cleaner
will start the application in the current directorybranch-cleaner -h
will show the help menubranch-cleaner -v
will show the current versionbranch-cleaner update
will update branch cleaner to the latest version
Too much to type? Create an alias:
alias bc="branch-cleaner"
Configuration is handled through environment variables.
PROTECTED_BRANCHES="main:master:develop:dev:prod" branch-cleaner