grb
is a simple command line utility for displaying and deleting multiple local/remote branches.
If you already have go available
$ go get github.com/cryptojuice/grbgo
List all branches:
$ grb
List branches with contents matching search term:
$ grb "my-branch"
Delete branches with contents matching search term:
$ grb -d "my-branch"
Delete delete both local and remote branches with contents matching search term:
$ grb -d -l "my-branch"
Usage/Help
$ grb help