zigfetch

Minimal neofetch-like system info tool in Zig

TLDR

Display system information
$ zigfetch
Display with no ASCII art logo
$ zigfetch --no-logo

SYNOPSIS

zigfetch [options]

DESCRIPTION

zigfetch is a lightweight system information display tool inspired by neofetch and fastfetch. It shows OS, kernel, uptime, shell, CPU, memory, and other hardware information alongside an ASCII art logo. Configurable via a config.json file in ~/.config/zigfetch.

PARAMETERS

--no-logo

Disable ASCII art logo display.

INSTALL

nix profile install nixpkgs#zigfetch

HISTORY

zigfetch was created by utox39 and is written in Zig.

SEE ALSO

neofetch(1), fastfetch(1), screenfetch(1)