-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to show size of sub-elements of a given folder #3
Comments
I was not planning to turn this into a full-blown replacement for What about changing the usage to
where |
That seems perfect! I think it'd also be handy for the resulting list to be sorted by size, not by the order of the arguments, but with that that's pretty much all I'd need! |
Could just pipe it through |
@polyzen yup, you can always do that, but I'd argue that since it's by far the most common use-case, it seems reasonable for that to be the default :) That is also what |
I usually use |
I tend to use It is sometimes nice to use a greater depth, like when trying to track down an unknown, particularly large subdirectory. So, at the risk of feature creep, it'd be nice to have summaries of arbitrary depth. |
Hello, was this ever implemented? |
One of the most common use-cases for
du -hs
by far for me (and also whatdust
caters to), is to dodu -hs *
to find the largest directories in a given directory (usually the current one). It doesn't seem likediskus
can currently operate in that mode? It'd be awesome if that kind of "tell me what's large" quick-n-dirty mode could be supported somehow!The text was updated successfully, but these errors were encountered: