An open API service indexing awesome lists of open source software.

https://github.com/e4ac/git-tools

Collection of CLI tools for extending Git
https://github.com/e4ac/git-tools

git git-tools

Last synced: 2 days ago
JSON representation

Collection of CLI tools for extending Git

Awesome Lists containing this project

README

          

[![CICD](https://github.com/e4ac/git-tools/actions/workflows/cicd.yml/badge.svg)](https://github.com/e4ac/git-tools/actions/workflows/cicd.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

# Git Tools
Collection of CLI tools for extending [Git](https://git-scm.com/).

## Tools
- [`git-todo`](crates/git-todo/): manage todo lists for different branches
- [`git-user`](crates/git-user/): manage user profiles for different repos

## Installing
```
cargo install git-todo --git https://github.com/e4ac/git-tools/
cargo install git-user --git https://github.com/e4ac/git-tools/
```