1
0
Fork
You've already forked tinyfetch
0
No description
  • C 85.9%
  • Shell 8.1%
  • Meson 4.6%
  • Nix 1.4%
kernaltrap eda713fa74
use #ifdef instead of #if for pci
Signed-off-by: kernaltrap <kernaltrap@proton.me>
2026年07月07日 20:59:39 -05:00
.github/workflows better CPU frequency detection (Linux), automated build/release Action 2024年07月23日 18:11:25 -05:00
scripts meow 2026年07月07日 20:56:53 -05:00
src use #ifdef instead of #if for pci 2026年07月07日 20:59:39 -05:00
.gitignore tinyfetch() improvements, remove nix build artifacts dir 2026年06月21日 02:36:30 -05:00
flake.lock greatly improve ascii rendering, add nix devshell files 2026年06月21日 02:26:53 -05:00
flake.nix flake.nix: fix version 2026年06月21日 03:25:18 -05:00
LICENSE Initial commit 2024年04月13日 12:58:07 -05:00
meson.build meson.build: update version 2026年06月21日 02:51:21 -05:00
README.md fix misunderstanding in readme (openbsd != netbsd) 2025年11月23日 20:24:02 -06:00

tinyfetch

Fetch program written in C.

Bulding

Tinyfetch uses the meson build system. You must have it installed to build tinyfetch.
Run meson setup build, then meson compile -C build

Optional dependencies

An optional dependency can be linked into tinyfetch which is used for GPU detection. On platforms without PCIe support, the preprocessor macro PCI_DETECTION in tinyfetch.c can be disabled to exclude this code.

Supported platforms

Linux
FreeBSD
NetBSD