mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #209] Configurable file size threshold #95
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 @AgathaSorceress on GitHub (Jan 31, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/209
Is there a way to filter out all files/directories below some space usage% (eg. anything smaller than 5%) or some size threshold (eg. <10Mb)? I looked through the documentation and existing issues and couldn't find anything.
I think this feature would be nice to have, if it's not already there!
@bootandy commented on GitHub (Feb 16, 2022):
No I'm afraid no, I considered a space usage limit but I felt it was covered by using '-n' to specify the number of lines you wanted output
@bootandy commented on GitHub (Aug 18, 2022):
Similar request:
https://github.com/bootandy/dust/issues/231
@bootandy commented on GitHub (Aug 23, 2022):
https://github.com/bootandy/dust/pull/252