CPUFETCH(1) User Commands CPUFETCH(1)

cpufetch - Simple yet fancy CPU architecture fetching tool

cpufetch [OPTION]...

cpufetch is a command-line tool written in C that displays the CPU information in a clean and beautiful way

Set the color scheme (by default, cpufetch uses the system color scheme)
Set the style of CPU logo
Print CPU model and cpuid levels (debug purposes)
Show the short version of the logo
Show the long version of the logo
Print extra information (if available) about how cpufetch tried fetching information
Show the old Intel logo
Show the new Intel logo
Show the full CPU name (do not abbreviate it)
Print raw cpuid data (debug purposes)
Print this help and exit
Print cpufetch version and exit

* "intel":
Use Intel default color scheme
* "amd":
Use AMD default color scheme
* "ibm",
Use IBM default color scheme
* "arm":
Use ARM default color scheme
* custom:
If the argument of --color does not match any of the previous strings, a custom scheme can be specified. 5 colors must be given in RGB with the format: R,G,B:R,G,B:...The first 3 colors are the CPU art color and the next 2 colors are the text colors

* "fancy":
Default style
* "retro":
Old cpufetch style
* "legacy":
Fallback style for terminals that do not support colors

./cpufetch --color intel
./cpufetch --color 239,90,45:210,200,200:0,0,0:100,200,45:0,200,200

September 2021 cpufetch v1.00 (Linux x86_64 build)