1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-14 09:44:23 +00:00
crazydiskinfo/README.md
2017-01-25 10:52:23 +09:00

27 lines
544 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
#### Debian(or derivative) Systems
```
# apt-get install libatasmart-dev libncurses5-dev libncursesw5-dev
```
## Build and Run
```
$ mkdir build
$ cd build
$ cmake ..
$ make && make install
$ sudo crazy
```