Hi, this is just a small project I've made whilst experiementing with agentic coding. This project is not something to be taken seriously.
Meowfetch is a fetch utility with a pawesome twist! When ran it will display one of several cats, along side system information.
installation
sh <(curl -fsSL https://raw.githubusercontent.com/CodeMage07/meowfetch/main/install.sh)if ~/.local/bin isn't in your PATH yet:
# bash
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
# zsh (macOS)
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrcmanual install
git clone https://github.com/CodeMage07/meowfetch
cd meowfetch
python3 meowfetch.py --installcolours
use --color / -c to set the accent colour:
meowfetch --color pink
meowfetch -c bright_cyanavailable: red, green, yellow, blue, magenta, cyan, white, pink, bright_red, bright_green, bright_blue, bright_cyan
default is cyan.
updating
re-run the install command and it will pull the latest changes automatically.
This project contains AI generated code.
