2
5
Fork
You've already forked vfetch
7
vfetch is a simple fetch written in C.
  • C 95.6%
  • Makefile 2.6%
  • Nix 1.8%
exotya c62feba141 New Void logo
Made by weedy, thank you so much
2026年07月15日 01:08:29 +02:00
.gitignore Fix: fixed alignment and whatnot 2026年06月24日 00:42:59 +08:00
config.mk Improved session fetching, by uniting WM/WC and Display server 2026年07月11日 14:24:15 +02:00
flake.nix New flake 2026年07月13日 17:34:00 +02:00
LICENSE Aktualizuj LICENSE 2026年06月23日 17:33:42 +02:00
Makefile bump version to 1.2, modules, dynamic ascii size detection 2026年07月09日 18:44:14 +01:00
README.md Aktualizuj README.md 2026年07月10日 23:59:38 +02:00
vfetch.c Fixed CPU and GPU support for FreeBSD 2026年07月14日 08:37:18 +02:00
vlogos.h New Void logo 2026年07月15日 01:08:29 +02:00

vfetch - Versatile Fetch

vfetch is a fetch program made to be quick, minimal and reliable, forked from qfetch

Information fetched:

  • Hostname
  • Username
  • Operating System
  • Host/Hardware info
  • Kernel version
  • System uptime
  • Memory usage
  • Installed packages count
  • Window Manager / Wayland Compositor
  • Terminal
  • Shell
  • Display server
  • Disk usage
  • Cpu
  • Gpu

ASCII Art

There isn't a lot of ASCII art just yet, almost all of the art is copied from pfetch. I am planning to add more ASCII art, and even some that i have made myself.

Operating Systems

vfetch should run on all linux distributions, FreeBSD,OpenBSD And NetBSD, Other systems are planned.

Currently Supported:

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

Plan9, but only as an ASCII, not an actuall support.

Nine (9), which is an example logo for anyone who wants to see how to implement their own custom logo.

Installation

git clone https://codeberg.org/exotya/vfetch
cd vfetch
sudo / doas make clean install

Run

vfetch

Options:

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

License

Original code is released under the 0BSD license. Changes are released under the ISC license. See LICENSE for details.