Tired of manually cleaning up and deleting your local git branches? I know, me too. bcu aims to be a simple programs that makes selecting and deleting local git branches a breeze.
Just run the program in any git repository and get those local branches cleaned up!
bcuBinaries for different OS are available in the Releases.
You can install using my private Homebrew Cask. Since I don't have an Apple Developer Account you might have issues runing the installed binary. The "install and trust" script below helps with removing the imposed Appel quarantine of the program.
Install and trust:
brew install --cask haugen/tap/bcu && xattr -d com.apple.quarantine /opt/homebrew/bin/bcuOnly install:
brew install --cask haugen/tap/bcuInstall it using Golang
go install github.com/Haugen/bcu@latest