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

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

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
```