1CPUFETCH(1)                      User Commands                     CPUFETCH(1)
2
3
4

NAME

6       cpufetch - manual page for cpufetch v0.99 (Linux x86_64 build)
7

SYNOPSIS

9       cpufetch [OPTION]...
10

DESCRIPTION

12       Simple yet fancy CPU architecture fetching tool
13

OPTIONS

15       -c, --color
16              Set the color scheme (by default, cpufetch uses the system color
17              scheme)
18
19       -s, --style
20              Set the style of CPU logo
21
22       -d, --debug
23              Print CPU model and cpuid levels (debug purposes)
24
25       --logo-short
26              Show the short version of the logo
27
28       --logo-long
29              Show the long version of the logo
30
31       -v, --verbose
32              Print extra information (if available) about how cpufetch  tried
33              fetching information
34
35       --logo-intel-old
36              Show the old Intel logo
37
38       --logo-intel-new
39              Show the new Intel logo
40
41       -F, --full-cpu-name
42              Show the full CPU name (do not abbreviate it)
43
44       -r, --raw
45              Print raw cpuid data (debug purposes)
46
47       -h, --help
48              Print this help and exit
49
50       -V, --version
51              Print cpufetch version and exit
52

COLORS

54       * "intel":
55              Use Intel default color scheme
56
57       * "amd":
58              Use AMD default color scheme
59
60       * "ibm",
61              Use IBM default color scheme
62
63       * "arm":
64              Use ARM default color scheme
65
66       * custom:
67              If  the  argument  of --color does not match any of the previous
68              strings, a custom scheme can be  specified.  5  colors  must  be
69              given  in RGB with the format: R,G,B:R,G,B:...The first 3 colors
70              are the CPU art color and the next 2 colors are the text colors
71

STYLES

73       * "fancy":
74              Default style
75
76       * "retro":
77              Old cpufetch style
78
79       * "legacy":
80              Fallback style for terminals that do not support colors
81

LOGOS

83       cpufetch will try to adapt the logo size and the text to  the  terminal
84       width.  When  the  output  (logo  and  text) is wider than the terminal
85       width, cpufetch will print a smaller version of the  logo  (if  it  ex‐
86       ists).   This   behavior   can   be  overridden  by  --logo-short   and
87       --logo-long, which always sets the logo size as specified by the  user,
88       even  if  it is too big. After the logo selection (either automatically
89       or set by the user), cpufetch will check again if the  output  fits  in
90       the  terminal.  If  not, it will use a shorter name for the fields (the
91       left part of the text). If, after all of this, the  output  still  does
92       not  fit, cpufetch will cut the text and will only print the text until
93       there is no space left in each line
94

EXAMPLES

96       Run cpufetch with Intel color scheme:
97
98              ./cpufetch --color intel
99
100       Run cpufetch with a custom color scheme:
101
102              ./cpufetch                                               --color
103              239,90,45:210,200,200:0,0,0:100,200,45:0,200,200
104

BUGS

106       Report bugs to https://github.com/Dr-Noob/cpufetch/issues
107

NOTE

109       Peak  performance  information  is NOT accurate. cpufetch computes peak
110       performance using the max frequency of the CPU. However, to compute the
111       peak performance, you need to know the frequency of the CPU running AVX
112       code. This value is not be fetched by cpufetch since it depends on each
113       specific   CPU.   To   correctly   measure   peak   performance,   see:
114       https://github.com/Dr-Noob/peakperf
115
116
117
118cpufetch v0.99 (Linux x86_64 build)August 2021                      CPUFETCH(1)
Impressum