Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otakuto/crazydiskinfo
CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
https://github.com/otakuto/crazydiskinfo
smart
Last synced: 14 days ago
JSON representation
CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
- Host: GitHub
- URL: https://github.com/otakuto/crazydiskinfo
- Owner: otakuto
- License: mit
- Created: 2017-01-20T04:30:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T06:09:10.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T15:04:38.907Z (3 months ago)
- Topics: smart
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 304
- Watchers: 14
- Forks: 28
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```### Binary Package
Debian package is available from [OBS(Open Build Service)](https://build.opensuse.org/package/show/home:tsuroot/CrazyDiskInfo)
Direct Links:
[Debian_8.0](http://download.opensuse.org/repositories/home:/tsuroot/Debian_8.0/)
Ubuntu [14.04](http://download.opensuse.org/repositories/home:/tsuroot/xUbuntu_14.04/)/[16.04](http://download.opensuse.org/repositories/home:/tsuroot/xUbuntu_16.04/)/[16.10](http://download.opensuse.org/repositories/home:/tsuroot/xUbuntu_16.10/)I requested for tSU-RooT.
Thank you very much for your accept with my request.