|  | 
   
 |   |  |   
  
    | CPUFETCH(1) | User Commands | CPUFETCH(1) |  
cpufetch - Simple yet fancy CPU architecture fetching tool cpufetch is a command-line tool written in C that displays the CPU
    information in a clean and beautiful way 
  * "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 
  Run cpufetch with Intel color
    scheme: 
  
  ./cpufetch --color intel 
  Run cpufetch with a custom
    color scheme: 
  
  ./cpufetch --color
    239,90,45:210,200,200:0,0,0:100,200,45:0,200,200 
  Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc.
 |