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
Currently, app outputs in weird metric giga-bytes.
Would be cool to have a config switch for binary output, like the one you get with du -h. The powers of 1024, not powers of 1000.
du -h
example:
$ du -h 5.2G .
>ds Analysing: F:\kek └── 100.00% [5.56 GB] ── kek
P.S. in UNIX it's common to use notion of G M K for such numbers and GB MB KB for metric ones.
GiB, MiB, KiB is also acceptable for output of powers of 1024.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, app outputs in weird metric giga-bytes.
Would be cool to have a config switch for binary output, like the one you get with
du -h
.The powers of 1024, not powers of 1000.
example:
P.S. in UNIX it's common to use notion of G M K for such numbers and GB MB KB for metric ones.
GiB, MiB, KiB is also acceptable for output of powers of 1024.
The text was updated successfully, but these errors were encountered: