mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #522] Depth between 0 and 1 #228
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 @acristoffers on GitHub (Jul 31, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/522
Hi. Thanks for the awesome project.
I usually use it as
dust -bsd 0 folder1 folder2 ...and it seems there was aregression at some point (or my memory is bad), because right now this returns
only the
(total)line. If I use-d 1, it returns the total forfolder1andfolder2, but also for their children. How can I have only(total),folder1and
folder2in the output? It seems that it is now impossible.@bootandy commented on GitHub (Aug 1, 2025):
it's a bug only in v1.2.2
https://github.com/bootandy/dust/pull/518
its fixed here.
I'm getting a release out soon
@bootandy commented on GitHub (Aug 13, 2025):
Fixed in latest version