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
- Host: GitHub
- URL: https://github.com/e4ac/git-tools
- Owner: e4ac
- License: gpl-3.0
- Created: 2026-07-11T04:14:57.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2026-07-11T15:53:40.000Z (3 days ago)
- Last Synced: 2026-07-11T16:12:00.330Z (3 days ago)
- Topics: git, git-tools
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/e4ac/git-tools/actions/workflows/cicd.yml)
[](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/
```