dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.85k stars 1.76k forks source link

Improvement idea for multiprocessor systems, current output is unclear #1574

Open Nalorokk opened 3 years ago

Nalorokk commented 3 years ago

Description

Neofetch provides such output on dual xeon:

CPU: Intel Xeon E5405 (8) @ 2.000GHz

I think it would be a lot cleaner if it would be instead like this:

CPU: 2 x Intel Xeon E5405 (4) @ 2.000GHz

Neofetch version

7.1.0

neofetch verbose log

hykilpikonna commented 2 years ago

Just solved this in my fork HyFetch. (See commit https://github.com/hykilpikonna/hyfetch/commit/c176e6ffaef6394969159485fa9b5851df4d36f6)

I only have a single-cpu system but I'm pretty sure that it would work on a multi-cpu system as well. You can test this out!

image