1
5
Fork
You've already forked qfetch
2
qfetch is a fetch program made to be pretty quick, being written in 100% C.
  • C 98.6%
  • Makefile 1.4%
2026年01月28日 00:58:38 +01:00
LICENSE Changed from CC0, to 0BSD 2025年11月09日 22:21:50 +01:00
Makefile fix makefile 2025年11月09日 18:25:57 -06:00
qfetch.c added -9 (no color) flag 2026年01月03日 18:17:10 +01:00
README.md likely to be last commit 2026年01月28日 00:58:38 +01:00

qfetch - Quick Fetch

this project has been moved to source hut (sr.ht repo), this repo will likely be archived soon.

qfetch is a fetch program made to be pretty quick, being written in 100% C.

Information fetched:

  • Hostname
  • Username
  • Operating System
  • Host/Hardware info
  • Kernel version
  • System uptime
  • Memory usage
  • Installed packages count

Operating Systems

qfetch should run on all linux distributions, FreeBSD, and OpenBSD. NetBSD support will be soon.

ASCII Art

There isn't a lot of ASCII art just yet, almost all of the art is copied from pfetch

Currently Supported:

  • Alpine
  • Arch
  • Arco
  • Artix
  • Cachyos
  • Debian
  • Derive
  • Devuan
  • Elementary
  • Fedora
  • FreeBSD
  • Garuda
  • Gentoo
  • Hyperbola
  • Manjaro
  • Linux Mint
  • OpenBSD
  • Ubuntu
  • Void

Installation

git clone https://codeberg.org/lostt/qfetch
cd qfetch
sudo make clean install

Run

qfetch

Options:

-v : show the version of qfetch.
--distro NAME : choose custom ASCII logo.
-d : same as --distro
-t : check how fast qfetch runs.
-9 : doesn't print color codes

License

This project is released under the 0BSD license - see the LICENSE file for details.