5

Github GitHub - Dr-Noob/cpufetch: Simplistic yet fancy CPU architecture fetching...

 3 years ago
source link: https://github.com/Dr-Noob/cpufetch
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Simplistic yet fancy CPU architecture fetching tool

 

Table of contents

1. Support

cpufetch currently supports x86_64 CPUs (both Intel and AMD) and ARM.

Platform x86_64 ARM Notes Linux heavy_check_markheavy_check_mark Prefered platform.
Experimental ARM support Windows heavy_check_markx Some information may be missing.
Colors will be used if supported Android exclamationheavy_check_mark Experimental ARM support macOS heavy_check_markx Some information may be missing Emoji Meaning heavy_check_mark Supported x Not supported exclamation Not tested

2. Installation

2.1 Building from source

Just clone the repo and use make to compile it

git clone https://github.com/Dr-Noob/cpufetch
cd cpufetch
make
./cpufetch

The Makefile is designed to work on Linux, Windows and macOS.

2.2 Linux

There is a cpufetch package available in Arch Linux (cpufetch-git). If you are in another distribution, you can build cpufetch from source.

2.2 Windows

In the releases section you will find some cpufetch executables compiled for Windows. Just download and run it from Windows CMD. You can also build cpufetch from source.

2.3 macOS

You need to build cpufetch from source.

2.4 Android

  1. Install termux app (terminal emulator)
  2. Run pkg install -y git make clang inside termux.
  3. Build from source normally:

3. Examples

Here are more examples of how cpufetch looks on different CPUs.

3.1 x86_64 CPUs

3.2 ARM CPUs

4. Colors and style

By default, cpufetch will print the CPU art with the system colorscheme. However, you can always set a custom color scheme, either specifying Intel or AMD, or specifying the colors in RGB format:

./cpufetch --color intel (default color for Intel)
./cpufetch --color amd (default color for AND)
./cpufetch --color 239,90,45:210,200,200:100,200,45:0,200,200 (example)

In the case of setting the colors using RGB, 4 colors must be given in with the format: [R,G,B:R,G,B:R,G,B:R,G,B]. These colors correspond to CPU art color (2 colors) and for the text colors (following 2). Thus, you can customize all the colors.

5. Implementation

See cpufetch programming documentation.

6. Bugs or improvements

There are many open issues in github (see issues). Feel free to open a new one report an issue or propose any improvement in cpufetch

I would like to thank Gonzalocl and OdnetninI for their help, running cpufetch in many different CPUs they have access to, which makes it easier to debug and check the correctness of cpufetch.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK