https://github.com/heroesofcode/gitrat
A Ratatui-powered CLI for interactively staging, diffing, and committing git changes
https://github.com/heroesofcode/gitrat
Last synced: 3 months ago
JSON representation
A Ratatui-powered CLI for interactively staging, diffing, and committing git changes
- Host: GitHub
- URL: https://github.com/heroesofcode/gitrat
- Owner: heroesofcode
- License: mit
- Created: 2026-04-04T04:47:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T18:53:13.000Z (3 months ago)
- Last Synced: 2026-04-04T20:22:06.917Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gitrat
CLI project to see git changes and commit. I created this project to personal use, feel free to contribute.
## Installing
#### Cargo 🦀
Installing from [crates.io](https://crates.io/) (requires Rust/Cargo):
```shell
cargo install gitrat
```
#### Homebrew 🍻
You can install with [Homebrew](https://brew.sh/):
```shell
brew tap heroesofcode/taps
brew install heroesofcode/taps/gitrat
```