levelbreaded / gumption

CLI tool to manage stacked branches on Git
3 stars 0 forks source link

Allow `hop` to take in a branch name as well #11

Closed aadiraju closed 2 months ago

aadiraju commented 2 months ago

Currently, hop just lists all branches as part of a select. It would be nice to either add a branch name filter that will filter out the ones that match the pattern, or if there's only one branch that matches the pattern, just switch to it directly.