We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the following scenario:
- foo (2G) |- bar (1.5G) \- baz (0.5G) - qux (1.7G) - quux (0.4G)
diskonaut would show 3 blocks (foo, qux and quux). After entering foo, it would show 2 blocks (bar and baz).
foo
It would be neat to have an option to 'explode' foo in this case, resulting in a view that shows the relative sizes of bar, baz, qux and quux.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the following scenario:
diskonaut would show 3 blocks (foo, qux and quux). After entering
foo
, it would show 2 blocks (bar and baz).It would be neat to have an option to 'explode' foo in this case, resulting in a view that shows the relative sizes of bar, baz, qux and quux.
The text was updated successfully, but these errors were encountered: