nandi/nimfetchpublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/nimfetch.git
git clone ssh://git@rickub.com/nandi/nimfetch.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Use Arch logo for Garuda Linux 138eb28 · on main · nandithebull · 2h ago
README.md

nimfetch

A small, fastfetch-inspired system information tool written in Nim. It has no
runtime dependencies and uses the normal system utilities available on the host.

Build

nimble build -d:release
./nimfetch

Or compile directly:

nim c -d:release -o:nimfetch src/nimfetch.nim

Usage

nimfetch [--no-logo] [--logo arch|ubuntu|debian|fedora|linux]
         [--no-color] [--json] [--version] [--help]

The implementation targets Linux first, with basic macOS and Windows fallbacks.
Missing optional commands such as lspci, ip, or a package manager are shown
as Unknown instead of causing the program to fail.

Test

nimble test