germanphoneguy/eightfetch — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a really fast Linux system fetch tool called 8fetch, basically a clean terminal app that prints a nice distro logo on the left and a boxed summary of system info on the right. I want it to show things like OS, kernel, device, uptime, package count, shell, desktop environment, terminal, screen resolution, CPU, GPU, RAM, and disk usage. It should feel instant, much faster than the usual fetch tools, and stay lightweight with pure Rust and no extra dependencies.

Please make it run with 8fetch and support a normal colored view, a grey monochrome mode, a custom hex color option, and a JSON mode for machine readable output. Keep it Linux only, since it is reading Linux system details directly. If package counting only works on pacman based systems for now, that is fine. The main goal is speed, simple output, and a polished terminal look. Look up current Rust docs online if you need to.

Want more depth? Deep Reverse