-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add option to show disk usage of multiple disks #329
Conversation
Just when you get the chance to update |
Thanks for working on this, Rolv. I merged the 8.0.0 rebase branch over in libmacchina.
|
Sure, I'd love to take a look :) |
Alright I have updated the files - though until
Great, I'll have a look at making some PRs after this one is finished then |
All that would be great. Thanks for all the help :) |
Made some minor changes there but how do you run |
That's alright. I ran the same command on my machine and it generated identical changes, for example: |
Alright cool |
The readout's accuracy has definitely improved but there is still a discrepancy between the results of
|
I didn't touch how the disk space readout is calculated on this one - but did you use |
Totally forgot we were doing powers of 1000! Yeah, the results are accurate now :) We should mention in the man page this gotcha/detail to avoid any confusion as to the nature of the result. |
All good. Powers of 10 are the standard as far as I know, just some old stuff still uses power of 2 when the units for power of 2 should be |
Alright, well this looks good to me :) Thanks a lot for the terrific work! |
No problem! |
In relation to #286
After rebasing the
8.0.0
branch over onlibmacchina
(see Macchina-CLI/libmacchina#179), and cherry-picking an old commit I had where I achieved the disks functionality, it all seems to still work. Let me know what you think.Note that the
Cargo.toml
andCargo.lock
changes aren't included since8.0.0
isn't live, and I just pointedlibmacchina
to a local path for development.