Hard Drive watcher
A watcher for hard-drive space which sends emails when it
starts to run out.
Limitations
⚠ Currently only Windows is supported.
⚠ Requires Golang 1.16 and above.
Installing
go get -u github.com/xswordsx/hddwatcher
Building
go build -o hddwatcher ./
Running
Copy config.example.toml and set-up
prefered parameters.
hddwatcher -c config.toml
Testing
go test ./...
Links
License
This repository is licensed under the MIT license.