1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-12 16:56:00 +00:00
crazydiskinfo/README.md
Paul Wise c128c4edf0
Add information about CrazyDiskInfo in distributions
Link to the Repology service to list the versions and
use the SVG badges provided by Repology for a local list.
2021-11-25 13:41:07 +08:00

41 lines
1.4 KiB
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 install libatasmart-dev libncurses-dev
```
## Build and Run
```
$ cmake -B build
$ cd build
$ make && sudo make install
$ sudo crazy
```
### Binary Package
CrazyDiskInfo binary packages are available in several distributions,
[versions are listed on Repology](https://repology.org/project/crazydiskinfo/versions).
<a href="https://repology.org/project/crazydiskinfo/versions">
<img src="https://repology.org/badge/vertical-allrepos/crazydiskinfo.svg" alt="Packaging status" align="right">
</a>
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.