Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/milkcocoa0902/cocoadiskinfo
- Owner: milkcocoa0902
- Created: 2020-01-20T06:05:19.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-12-18T16:34:05.000Z (about 4 years ago)
- Last Synced: 2023-11-23T16:25:26.872Z (about 1 year ago)
- Topics: cpp, gtkmm-applications, hdd-health, linux-app, monitoring-tool
- Language: C++
- Homepage: https://milkcocoa.info
- Size: 248 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```