Files
cpufetch/cpufetch.8
2020-07-12 19:08:38 +02:00

51 lines
1.6 KiB
Groff

.TH man 8 "12 Jul 2020" "0.6" "cpufetch man page"
.SH NAME
cpufetch \- Prints a fancy summary of the CPU with some advanced information
.SH SYNOPSIS
cpufetch [--version] [--help] [--levels] [--style fancy|retro|legacy] [--color 'R,G,B:R,G,B:R,G,B:R,G,B']
.SH DESCRIPTION
cpufetch will print CPU information, for which will query CPUID instructions and udev directories on Linux as a fallback method. It will display:
.IP \[bu] 2
Name
.IP \[bu]
Frequency
.IP \[bu]
Number of cores (Physical and Logical)
.IP \[bu]
AVX,SSE,FMA,AES,SHA instructions support
.IP \[bu]
Cache sizes
.IP \[bu]
Theoretical peak flops (computed using the max frequency. This is only an approximation, please see https://github.com/Dr-Noob/FLOPS if you are interested in peak performance)
.SH OPTIONS
.TP
\fB\-\-style\fR \f[I][R,G,B:R,G,B:R,G,B:R,G,B]\f[]
Set a custom color scheme. 4 colors must be specified in RGB with the format R,G,B:R,G,B:...
Suggested custom color schemes:
.IP \[bu]
\fBIntel\fR: --color 15,125,194:230,230,230:40,150,220:230,230,230
.IP \[bu]
\fBAMD\fR: --color 250,250,250:0,154,102:250,250,250:0,154,102
.TP
\fB\-\-style\fR \f[I]STYLE\f[]
Specify the style of ascii logo:
.IP \[bu]
\fBfancy\fR: Default style
.IP \[bu]
\fBretro\fR: Old cpufetch style
.IP \[bu]
\fBlegacy\fR: Fallback style for terminals that does not support colors
.TP
\fB\-\-help\fR
Prints help
.TP
\fB\-\-levels\fR
Prints CPUID levels and CPU name
.TP
\fB\-\-version\fR
Prints cpufetch version
.SH BUGS
Bugs should be posted on: https://github.com/Dr-Noob/cpufetch/issues
.SH AUTHOR
Dr-Noob (https://github.com/Dr-Noob)