Open
Description
My issue is somewhat related to #49.
I am working with files right now and was checking theirs sizes:
As you can see, lf
is the only one which shows wrong number but with the same prefix (M
). I would like to see an option to switch between metric/SI and binary units.
After a quick search, I think the only thing should be changed to switch to binary prefix is all 1000
replace with 1024
(of course a new setting should be also implemented):
Lines 209 to 235 in cb7aa13
Metadata
Metadata
Assignees
Labels
No labels