Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meowfetch

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.

preview


installation

Linux / macOS

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"' >> ~/.zshrc

manual install

git clone https://github.com/CodeMage07/meowfetch
cd meowfetch
python3 meowfetch.py --install

colours

use --color / -c to set the accent colour:

meowfetch --color pink
meowfetch -c bright_cyan

available: 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.


AI notice

This project contains AI generated code.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages