forked from exotya/vfetch
vfetch is a simple fetch written in C.
- C 95.9%
- Nix 2.5%
- Makefile 1.6%
| .gitignore | Fix: fixed alignment and whatnot | |
| config.mk | alignments fix, typo in readme fix, make static linking toggleable | |
| flake.nix | update flake.nix | |
| LICENSE | Aktualizuj LICENSE | |
| Makefile | alignments fix, typo in readme fix, make static linking toggleable | |
| README.md | update | |
| vfetch.c | Fixed packages in kiss and INVALID host error | |
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.