A simple cli system information tool written in C
Go to file
Петар Каприш 48708dcd1b Fix Makefile
2021-05-26 21:35:16 +02:00
.SRCINFO Reworked quite a lot 2021-05-26 16:01:41 +02:00
arch.png Upload New File 2021-05-17 17:58:44 +00:00
fetchy.c Update 2.0 2021-05-26 20:10:19 +02:00
LICENSE Upload New File 2021-05-03 19:46:33 +00:00
logos.h Reworked quite a lot 2021-05-26 12:23:42 +02:00
Makefile Fix Makefile 2021-05-26 21:35:16 +02:00
PKGBUILD Reworked quite a lot 2021-05-26 16:01:41 +02:00
README.org Update 2.0 2021-05-26 20:10:19 +02:00

Fetchy

Currently supported : Arch, Artix, Arco, Manjaro, Debian and Ubuntu. (more to come)

TESTERS NEEDED

What is fetchy?

fetchy Screenshot
fetchy Screenshot
fetchy - simple cli system information tool written in C.

The whole purpose of fetchy is to give you information on some system aspects, while remaining concise. It is minimal and soon will have a config.h file, similar to suckless programs, where you will be able to disable or enable info. The biggest motivation for this project, besides of being concise, is speed. Neofetch is a 10K line bash script which executes rather slowly. Fetchy runs fo about 20ms on first run and about 2ms on subsequent runs, due to caching of cpu and gpu info, as it is the slowest part of the program. Cache file is located in ~/.local/share/fetchy.cache

Installation

AUR

yay -S fetchy-git

Source

git clone https://gitlab.com/vojjvoda/fetchy
cd fetchy
sudo make install

Running

fetchy -{x,a,r,m,u,d}

Arguments are purely for testing purposes for now, all they do is change ascii art. Enjoy !