Replies: 1 comment 5 replies
-
|
Thanks for sharing, that's an interesting proposition. Funnily enough, personally I tend to use The problem I see here is that the underlying So it seems that one could just pull But then again, without any additional benefits, it feels like keeping the programs separate would be preferable, unless one would have an actual library version of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
By default if I run
duaI see this:This helps me know at a glance what's pretty big on my file system.
But it would be great to know why
.cacheand.dockerare so big.The
dusttool outputs this for reference:At a glance I can see what's up.
Of course
duahas interactive mode which is nice for casually combing through a directory to get these details but I find interactive mode to take more time than getting a dump for some use cases.If
duahad a way to show the biggest N sub-directories with a--depthflag that would be great. You could run it with something likedua --depth 3and it would list the 3 biggest sub-directories in the parent directory.dusthas this option and it defaults to a reasonable number to let you quickly scan things.If
duahad this feature then I think I wouldn't need to installdust.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions