mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #123] Option to not display total. #48
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 @stranger-danger-zamu on GitHub (Oct 8, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/123
I have a directory which in total consumes over 1TB, but the subdirectories don't really go above 60GB a piece. The total bar consumes and crushes the rest of the values and makes it not very useful. The option to not show the total row would be great.
(Also thank you for the neat tool! I've been using it nearly daily since I've found it.)
@bootandy commented on GitHub (Oct 9, 2020):
That's an interesting edge case. I'll think about this when I next play around with the code.
@bootandy commented on GitHub (Oct 22, 2020):
I'm not keen on doing this. If I added an option to not show the total bar then the other bars would still be just as tiny. If I made the bars scale to only consider those in the output of the tool then I feel I'd be lying to people about all the other directories that weren't quite big enough to be listed.