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/grbgoList all branches:
$ grbList 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