1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-07-25 10:28:41 +00:00
No description
Find a file
Takanori Suzuki 7fe0e135ac Clear window for removing remaining color
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.
2017-01-23 12:21:22 +09:00
CMakeLists.txt add CMakeLists.txt 2017-01-20 13:34:15 +09:00
LICENSE Initial commit 2017-01-20 13:30:56 +09:00
main.cpp Clear window for removing remaining color 2017-01-23 12:21:22 +09:00
README.md Update README.md 2017-01-22 09:05:09 +09:00

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