mirror of
https://github.com/otakuto/crazydiskinfo.git
synced 2025-08-13 17:24:28 +00:00
16 lines
260 B
Markdown
16 lines
260 B
Markdown
# CrazyDiskInfo
|
|

|
|
|
|
CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
|
|
|
|
## Require
|
|
* ncurses
|
|
* libatasmart
|
|
|
|
## Build
|
|
```
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make && make install
|
|
```
|