u/Leading-Stuff1900

dwatch - Track disk space growth over time

dwatch - Track disk space growth over time

I had problems with disk space being eaten up and was having trouble tracking down every culprit, and over time would forget where hotspots were.

I wrote a simple command-line tool in Go to run in cron, log disk usage over my hard drive, and with a `dwatch status` I get a report of the largest areas, biggest increases over time, etc.

Sharing it here in case others might find it useful.

https://github.com/silverbucket/dwatch

u/Leading-Stuff1900 — 1 day ago