a minimalist fetch program akin to neofetch, written in c++
Find a file
2026-01-20 09:21:22 -08:00
CPP.deprecated moved deprecated files to it's own folder 2026-01-05 10:35:41 -08:00
LICENSE inital commit 2025-12-07 09:02:58 -08:00
preview.png new preview image 2026-01-07 11:43:34 -08:00
qfetch.c switch to C 2025-12-21 10:31:31 -08:00
qfetch.out moved deprecated files to it's own folder 2026-01-05 10:35:41 -08:00
qfetchARM.out refactored and organized for focus on C script only 2026-01-07 11:39:47 -08:00
qfetchC-notes.md finished formatting md file 2026-01-20 09:21:22 -08:00
README.md refactored and organized for focus on C script only 2026-01-07 11:39:47 -08:00

qfetch // a C script

Preview of script output

A quick fetch program for the terminal, written for Linux using C.
This is mostly a learning project, but I also really like it, and use it on my own desktop and servers.

Previously a C++ project, I have since seen the light, and am trying to become more comfortable writing in pure C