SkillAgentSearch skills...

Meowfetch

minimal system information fetcher program written in go.

Install / Use

/learn @faynopi/Meowfetch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- Written by itsnexn --> <div align="center"> <div> <h1>Meowfetch</h1> <p>minimal, fast and customizable system information program written in go.</p> </div> <div> <a href="https://github.com/itsnexn/meowfetch/stargazers"> <img alt="Stargazers" src="https://img.shields.io/github/stars/itsnexn/meowfetch?style=for-the-badge&color=a6e3a1&labelColor=302D41"> </a> <a href="https://github.com/Itsnexn/meowfetch/issues"> <img src="https://img.shields.io/github/issues/itsnexn/meowfetch?style=for-the-badge&color=f9e2af&logoColor=D9E0EE&labelColor=302D41"> </a> <a href="https://github.com/Itsnexn/meowfetch/blob/master/LICENSE.txt"> <img src="https://img.shields.io/github/license/itsnexn/meowfetch?style=for-the-badge&color=89b4fa&logoColor=D9E0EE&labelColor=302D41"> </a> <a href="#"> <img src="https://img.shields.io/github/workflow/status/itsnexn/meowfetch/Go?style=for-the-badge&color=cba6f7&logoColor=D9E0EE&labelColor=302D41"> </a> </div> </div> <br> <img align="left" width="400" src="https://raw.githubusercontent.com/Itsnexn/meowfetch/master/assets/default.png">

Overview

at the moment I was learning go and after seeing meow.sh in the catppuccin repo I tought with myself why not rewrite it. at first i wrote the application in C but after seeing that code base is getting so complicated and bloated I wrote the application in golang which also compiles into binaries and its fast :) and thats how it all started. <br> <br>

Installation

make sure you have go and coreutils First clone the repository in your local machine:

git clone https://github.com/Itsnexn/meowfetch.git

then you can build and install application using GNU make:

make install
<img align="right" width="400" src="https://raw.githubusercontent.com/Itsnexn/meowfetch/master/assets/pride.png">

Features

  • Fast and minimal
  • Pride mode :)
  • cute little cat :^)
  • toml based easy configuration
  • beautiful borders and ui using charmbracelet/lipgloss <br>

Configuration

Your configuration can be saved in $XDG_CONFIG_HOME/meowfetch/meow.conf or $HOME/.meow.conf. There is also a fallback path for configuration across operating systems, which is listed on the wiki page.

configuration files are written in toml which makes it easier to read and parse. Read the wiki additional details on the configuration file. You can view the default configuration file here.

TODO

  • [ ] New widgets
    • [ ] Music player widget
    • [ ] Systemd widget
    • [ ] Packages widget
  • [ ] Cross platform

Contribution

See CONTRIBUTING.md.

View on GitHub
GitHub Stars57
CategoryDevelopment
Updated1mo ago
Forks8

Languages

Go

Security Score

100/100

Audited on Feb 24, 2026

No findings