mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #541] Feature Request: report work it has done when stopping in the middle of the scan process #235
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lslightly on GitHub (Nov 25, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/541
I scan disks with TB size. I want to send Ctrl-C to dust when it scans nearly half of the disk. I expect it to print out what it has scanned. But unfortunately, it prints nothing.
So I wonder is it possible for dust to report the temporary result after receiving some signals? The partial result is also useful in clean up of disk.
@bootandy commented on GitHub (Jan 7, 2026):
Hmm, technically it would be possible to do. But I think it might result in confusion, I don't want to print data that isn't 'right'. I'd rather users specified a subdirectory with '-D' instead.