1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-04 15:14:01 +00:00
crazydiskinfo/README.md
2017-01-22 09:05:09 +09:00

22 lines
433 B
Markdown

# CrazyDiskInfo
![](http://raw.github.com/wiki/otakuto/CrazyDiskInfo/images/0.png)
## 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
```