| Crates.io | gitcat |
| lib.rs | gitcat |
| version | 0.1.0 |
| created_at | 2025-12-12 17:54:12.62012+00 |
| updated_at | 2025-12-12 17:54:12.62012+00 |
| description | A cute wrapper around the git CLI |
| homepage | |
| repository | https://github.com/arjavjain/gitcat |
| max_upload_size | |
| id | 1981931 |
| size | 44,148 |
Gitcat is a CLI tool that wraps around git commands to provide a more fun and engaging for cat lovers UwU.
To install Gitcat, you need to have Rust and Cargo installed on your system. You can then use the following command to install Gitcat:
git clone https://github.com/arjav0703/gitcat.git
cd gitcat
cargo install --path .
and then run the following command to verify the installation:
gitcat hru
gitcat meow -am "your meowssage"
gitcat hru # short for how are you
Run gitcat --help to see all available commands and options.
To make Gitcat your default git command, you can create an alias in your shell configuration file (e.g., .bashrc, .zshrc):
alias git='gitcat'