No description
- C 85.9%
- Shell 8.1%
- Meson 4.6%
- Nix 1.4%
|
kernaltrap
eda713fa74
Signed-off-by: kernaltrap <kernaltrap@proton.me> |
||
|---|---|---|
| .github/workflows | better CPU frequency detection (Linux), automated build/release Action | |
| scripts | meow | |
| src | use #ifdef instead of #if for pci | |
| .gitignore | tinyfetch() improvements, remove nix build artifacts dir | |
| flake.lock | greatly improve ascii rendering, add nix devshell files | |
| flake.nix | flake.nix: fix version | |
| LICENSE | Initial commit | |
| meson.build | meson.build: update version | |
| README.md | fix misunderstanding in readme (openbsd != netbsd) | |
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