# README
Git Branch Batch Delete

Table of Contents
About
Delete more than one git branch at a time.
Example
$ batchdelete
? Select branches to delete: [Use arrows to move, space to select, <right> to all, <left> to none, type to filter]
> [ ] branch-1
[ - ] branch-2
[ - ] branch-3
[ ] main
$ Are you sure you want to delete the selected branches? (y/N) Y
$ Deleted branch 'branch-2'
$ Deleted branch 'branch-3'
$
Usage
- add here
Roadmap
- Add Usage to README