CLI tool written in C++ with libcpuid
- C++ 66.1%
- CMake 33.9%
| external | Review the UX interface and upgrade the portability and embedded libcpuid | |
| src | Review the UX interface and upgrade the portability and embedded libcpuid | |
| .gitignore | fix gitignore | |
| CMakeLists.txt | Review the UX interface and upgrade the portability and embedded libcpuid | |
| LICENCE | PSU 1.1 update | |
| README.md | Review the UX interface and upgrade the portability and embedded libcpuid | |
PSU is a project written in C++
PSU is a CLI tool for get info about your CPU
This Project use libcpuid https://github.com/anrieff/libcpuid
New Update in PSU
Now you can see the codename of your CPU
git clone https://codeberg.org/frex_vm18/PSU.git
cd psu
mkdir build && cd build
cmake ..
requirement