mirror of
https://github.com/otakuto/crazydiskinfo.git
synced 2025-07-25 10:28:41 +00:00
No description
When we switch disk, some parts of status are changed. With the status change, color are also changed but sometime remaining old color. For fixing it, this commit is adding wclear() for each window. |
||
---|---|---|
CMakeLists.txt | ||
LICENSE | ||
main.cpp | ||
README.md |
CrazyDiskInfo
Introduction
CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
Features
- UI similar to CrystalDiskInfo.
- Health and temperature checking algorithms based on CrystalDiskInfo.
Required libraries
- ncurses
- libatasmart
Build and Run
$ mkdir build
$ cd build
$ cmake ..
$ make && make install
$ sudo crazy