Gitcat :3
Gitcat is a CLI tool that wraps around git commands to provide a more fun and engaging for cat lovers UwU.
Installation
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
Usage
- Commiting changes with a cat-themed message:
gitcat meow -am "your meowssage"
- Checking the status of your repository with a cat twist:
gitcat hru # short for how are you
Run gitcat --help to see all available commands and options.
Replace Git with Gitcat
To make Gitcat your default git command, you can create an alias in your shell configuration file (e.g., .bashrc, .zshrc):
alias git='gitcat'