mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #262] Add flag to only display directories #110
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 @jrwrigh on GitHub (Sep 5, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/262
The description of the command inclines that only directories will be displayed, but on a machine I'm using it with it displays files as well:
I'd like to not display any files, only directories and sub directories. For my particular use-case, I can get something close using
--min-size 1Gsince I'm looking for large directories, but it's still catching large tar balls.@bootandy commented on GitHub (Sep 5, 2022):
There is no flag to do this currently, it should be simple to add one. Consider this added to the todo list.