qfetch is a fetch program made to be pretty quick, being written in 100% C.
- C 98.6%
- Makefile 1.4%
| LICENSE | Changed from CC0, to 0BSD | |
| Makefile | fix makefile | |
| qfetch.c | added -9 (no color) flag | |
| README.md | likely to be last commit | |
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.