gitcat

Crates.iogitcat
lib.rsgitcat
version0.1.0
created_at2025-12-12 17:54:12.62012+00
updated_at2025-12-12 17:54:12.62012+00
descriptionA cute wrapper around the git CLI
homepage
repositoryhttps://github.com/arjavjain/gitcat
max_upload_size
id1981931
size44,148
Arjav Jain (arjav0703)

documentation

README

Gitcat :3

Static Badge Static Badge

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

  1. Commiting changes with a cat-themed message:
gitcat meow -am "your meowssage"
  1. 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'
Commit count: 0

cargo fmt