Scroll to navigation

CPUFETCH(1) User Commands CPUFETCH(1)

NAME

cpufetch - Simple yet fancy CPU architecture fetching tool

SYNOPSIS

cpufetch [OPTION]...

DESCRIPTION

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

OPTIONS

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

COLORS

* "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

STYLES

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

LOGOS

EXAMPLES

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

BUGS

https://github.com/Dr-Noob/cpufetch/issues

NOTE

https://github.com/Dr-Noob/peakperf
February 2023 cpufetch v1.03