Skip to content
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

Support output in gibibytes (aka binary prefixes) #6

Open
Mart-Bogdan opened this issue Oct 27, 2021 · 0 comments
Open

Support output in gibibytes (aka binary prefixes) #6

Mart-Bogdan opened this issue Oct 27, 2021 · 0 comments

Comments

@Mart-Bogdan
Copy link
Contributor

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:

$ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant