1
0
Fork
You've already forked qfetch
1
forked from Lostt/qfetch
qfetch is a fetch program made to be pretty quick, being written in 100% C.
  • C 98.7%
  • Makefile 1.3%
2026年01月09日 11:37:11 +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 Merge pull request 'Fix: qfetch showing "INVALID" host on Gentoo Linux' ( #1 ) from umix11/qfetch:main into main 2026年01月09日 11:37:11 +01:00
README.md updated readme! 2026年01月03日 18:17:32 +01:00

qfetch - Quick Fetch

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.