Interactively delete local git branches.
make build && go install
git-branch-delete [--remote <remote>] [--branch <branch>]
This tool makes use of git branch --merged/--no-merged
to display an enriched list of local branches and their status (merged or not) against origin/master
by default (configurable via command line flags).
You can navigate the list interactively and pick which branches to delete locally.