1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-07-21 18:41:03 +00:00
No description
Find a file
2020-02-06 07:22:57 +09:00
.gitignore gitignore build folder 2017-05-08 20:34:50 -04:00
CMakeLists.txt Add support for toggle raw values between hexadecimal and decimal 2019-11-26 05:12:07 +09:00
LICENSE Initial commit 2017-01-20 13:30:56 +09:00
main.cpp Version bump to 1.1.0 2020-02-06 07:22:57 +09:00
README.md Update README.md 2017-01-30 14:27:51 +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

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

Binary Package

Debian package is available from OBS(Open Build Service)
Direct Links:
Debian_8.0
Ubuntu 14.04/16.04/16.10

I requested for tSU-RooT. Thank you very much for your accept with my request.