We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Getting the code name for intel CPUs it a bit of a mess and it requires to search the wikipedia each time I needed https://en.wikipedia.org/wiki/List_of_Intel_CPU_microarchitectures
Describe the solution you'd like hyfetch could implement CPU-X/cpufetch solution to show the "code name"
hyfetch
CPU-X/cpufetch
Describe alternatives you've considered I'm now using CPU-X/cpufetch in order to not use wikipedia https://github.com/TheTumultuousUnicornOfDarkness/CPU-X https://github.com/Dr-Noob/cpufetch/blob/master/src/x86/uarch.c Or using the naming from the GPU (Intel CoffeeLake-S GT2 [UHD Graphics 630] ) as a workaround
Intel CoffeeLake-S GT2 [UHD Graphics 630]
Additional context This is probable not feasible, but thanks anyway for this great application.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Getting the code name for intel CPUs it a bit of a mess and it requires to search the wikipedia each time I needed
https://en.wikipedia.org/wiki/List_of_Intel_CPU_microarchitectures
Describe the solution you'd like
hyfetch
could implementCPU-X/cpufetch
solution to show the "code name"Describe alternatives you've considered
I'm now using
CPU-X/cpufetch
in order to not use wikipediahttps://github.com/TheTumultuousUnicornOfDarkness/CPU-X
https://github.com/Dr-Noob/cpufetch/blob/master/src/x86/uarch.c
Or using the naming from the GPU (
Intel CoffeeLake-S GT2 [UHD Graphics 630]
) as a workaroundAdditional context
This is probable not feasible, but thanks anyway for this great application.
The text was updated successfully, but these errors were encountered: