
▲ 0 r/commandline
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.
u/Leading-Stuff1900 — 1 day ago