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