All Projects → drewwyatt → Git Tidy

drewwyatt / Git Tidy

Licence: mit
Tidy up stale git branches.

Programming Languages

go
31211 projects - #10 most used programming language
rust
11053 projects
golang
3204 projects

Projects that are alternatives of or similar to Git Tidy

Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-34.31%)
Mutual labels:  command-line-tool, cli-app, cli, command-line
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (-28.47%)
Mutual labels:  command-line-tool, cli-app, cli, command-line
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+740.15%)
Mutual labels:  command-line-tool, cli-app, cli, command-line
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-8.03%)
Mutual labels:  command-line-tool, cli, command-line
Dynein
DynamoDB CLI written in Rust.
Stars: ✭ 126 (-8.03%)
Mutual labels:  command-line-tool, cli, command-line
Q
q - Run SQL directly on CSV or TSV files
Stars: ✭ 8,809 (+6329.93%)
Mutual labels:  command-line-tool, cli, command-line
Laminas Cli
Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
Stars: ✭ 25 (-81.75%)
Mutual labels:  command-line-tool, cli, command-line
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-7.3%)
Mutual labels:  command-line-tool, cli, command-line
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-46.72%)
Mutual labels:  command-line-tool, cli, command-line
Opaline
NextJS for CLI tools
Stars: ✭ 84 (-38.69%)
Mutual labels:  command-line-tool, cli, command-line
Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (-28.47%)
Mutual labels:  command-line-tool, cli, command-line
Rff Cli Example
An example of how to use 🏁 React Final Form in a CLI application with Ink
Stars: ✭ 55 (-59.85%)
Mutual labels:  command-line-tool, cli, command-line
Ed
A modern UNIX ed (line editor) clone written in Go
Stars: ✭ 44 (-67.88%)
Mutual labels:  command-line-tool, cli, command-line
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-25.55%)
Mutual labels:  command-line-tool, cli, command-line
Ecsctl
Command-line tool for managing AWS Elastic Container Service and Projects to run on it.
Stars: ✭ 15 (-89.05%)
Mutual labels:  command-line-tool, cli, command-line
Nexmo Cli
Nexmo CLI (Command Line Interface)
Stars: ✭ 73 (-46.72%)
Mutual labels:  command-line-tool, cli, command-line
Sade
Smooth (CLI) Operator 🎶
Stars: ✭ 746 (+444.53%)
Mutual labels:  cli-app, cli, command-line
Initior
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆
Stars: ✭ 17 (-87.59%)
Mutual labels:  command-line-tool, cli-app, cli
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-37.23%)
Mutual labels:  command-line-tool, cli, command-line
Ask Cli
Alexa Skills Kit Command Line Interface
Stars: ✭ 100 (-27.01%)
Mutual labels:  command-line-tool, cli, command-line

🗑 git-tidy

crates.io

Tidy up stale git branches.

asciicast

Installation

Cargo

$ cargo install git-tidy

Previous versions

Newer versions of git-tidy are (for now) only available from crates.io, but you can still get 1.0.0 from the following places:

Homebrew

$ brew tap drewwyatt/tap
$ brew install git-tidy

Snapcraft

$ sudo snap install git-tidy

Go

$ go get -u github.com/drewwyatt/git-tidy

Usage

$ git tidy # executes "git branch -d" on ": gone" branches

With force delete

$ git tidy -f # same as above, but with "-D" instead of "-d"
# or
$ git tidy --force

Interactive

Present all stale (": gone") branches in a checkbox list, allowing user to opt-in to deletions.

$ git tidy -i
# or
$ git tidy --interactive
# with force
$ git tidy -if
# or
$ git tidy --interactive --force
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].