1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-12 16:56:00 +00:00
No description
Find a file
2017-01-20 13:50:52 +09:00
CMakeLists.txt add CMakeLists.txt 2017-01-20 13:34:15 +09:00
LICENSE Initial commit 2017-01-20 13:30:56 +09:00
main.cpp add main.cpp 2017-01-20 13:33:53 +09:00
README.md Create README.md 2017-01-20 13:50:52 +09:00

CrazyDiskInfo

CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.

Require

  • ncurses
  • libatasmart

Build

mkdir build
cmake ..
make && make install