xswordsx / hddwatcher

A hard-drive space watcher and mail notifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hard Drive watcher

Go Reference

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.

About

A hard-drive space watcher and mail notifier

License:MIT License


Languages

Language:Go 69.5%Language:HTML 30.5%