1
0
Fork
You've already forked vfetch
0
forked from exotya/vfetch
vfetch is a simple fetch written in C.
  • C 95.9%
  • Nix 2.5%
  • Makefile 1.6%
2026年06月25日 17:12:13 +03:00
.gitignore Fix: fixed alignment and whatnot 2026年06月24日 00:42:59 +08:00
config.mk alignments fix, typo in readme fix, make static linking toggleable 2026年06月23日 22:09:59 +01:00
flake.nix update flake.nix 2026年06月24日 19:15:37 +02:00
LICENSE Aktualizuj LICENSE 2026年06月23日 17:33:42 +02:00
Makefile alignments fix, typo in readme fix, make static linking toggleable 2026年06月23日 22:09:59 +01:00
README.md update 2026年06月24日 21:19:27 +02:00
vfetch.c Fixed packages in kiss and INVALID host error 2026年06月25日 17:12:13 +03: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
  • 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
  • Debian
  • Derive
  • NixOS
  • Bedrock
  • Devuan
  • Elementary
  • Fedora
  • FreeBSD
  • Garuda
  • Gentoo
  • Hyperbola
  • 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.