mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #509] Show different stats at once #223
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 @gregorybleiker on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/509
I can't seem to show file count and file sizes at the same time. Is there any reason for this?
dust -filecount --filesizeor something similar.@bootandy commented on GitHub (Jul 5, 2025):
Because the graph on the right must be built from either filecount or filesize.
You have to pick one.