Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milkcocoa0902/cocoadiskinfo

S.M.A.R.T. viewer with GUI
https://github.com/milkcocoa0902/cocoadiskinfo

cpp gtkmm-applications hdd-health linux-app monitoring-tool

Last synced: about 2 months ago
JSON representation

S.M.A.R.T. viewer with GUI

Awesome Lists containing this project

README

        

[![wercker status](https://app.wercker.com/status/8e5440a7f359d07143937c7573bc0270/m/master "wercker status")](https://app.wercker.com/project/byKey/8e5440a7f359d07143937c7573bc0270)

# CocoaDiskInfo
GUI based S.M.A.R.T viewer

![Thubnail](img/thumbnail.png)

# Installation
```
# apt install git cmake clang Ninja libgtkmm-3.0-dev libatasmart-dev libboost1.65-all-dev pkg-config
$ git clone https://github.com/koron0902/CocoaDiskInfo.git
$ cd CocoaDiskInfo
$ mkdir build && cd $_
$ cmake .. -G Ninja
$ ninja
# ./CocoaDiskInfo
```