Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanwille/git-branch-delete
Interactive command line tool that makes it comfortable to delete several Git branches at once.
https://github.com/stefanwille/git-branch-delete
git interactive nodejs
Last synced: 6 days ago
JSON representation
Interactive command line tool that makes it comfortable to delete several Git branches at once.
- Host: GitHub
- URL: https://github.com/stefanwille/git-branch-delete
- Owner: stefanwille
- Created: 2019-01-03T10:14:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:17:03.000Z (over 1 year ago)
- Last Synced: 2024-10-25T01:33:26.439Z (13 days ago)
- Topics: git, interactive, nodejs
- Language: JavaScript
- Homepage:
- Size: 455 KB
- Stars: 72
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-branch-delete
Interactive command line tool that makes it comfortable to delete several local Git branches at once.
Demo:
![Demo](https://raw.githubusercontent.com/stefanwille/git-branch-delete/master/demo.gif "Demo")
## Installation
```bash
npm i -g git-branch-delete
```## Usage
```bash
git-branch-delete
```or
```bash
git branch-delete
```This starts a command line UI that helps you select and delete local Git branches.
After the UI has launched, you can use the up and down arrows to change the selected branch. The spacebar can be used to add the branch to the set of to-be-deleted branches. Pressing enter will finalize the selection of branches to delete.