-
Notifications
You must be signed in to change notification settings - Fork 208
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
Is it possible to set the unit of measurement to a specified value,like KB? #321
Comments
I'm not particularly keen on adding this flag. What is the usecase for it? If you need to know the exact size of a file you can use du for that. dust is going to ignore several files anyway with its targetted summary so I'm not sure what value this adds. |
Fast and relatively accurate estimation of storage usage in HPC distributed storage scenarios |
Hmm, maybe, let me sleep on it. |
How do I get the size in bytes? When I share files, I prefer to specify the size in bytes so that people don't get confused (KB, KiB, etc). In addition, one can later process the output in bytes by other programs, such as awk, and convert it to the desired units. |
Please add a I want to parse the output from another script (in Python in my case) to merge it with other reports. Any chance to implement that?
|
Ok, clearly people want this. I'll look into it. |
We could merge the --format flag with the --iso flag. - they seem to do similar things. |
I also need this feature. currently i'm forced to use du which is extremely slow and slows down an important script. i wanted to replace it with dust but it forces the -h (human readable). a --format or the inverse of a -h even if it's not precise would be great! thank ! |
it's merged it'll be in the next release. |
@bootandy, every time I run dust.exe on Windows 7 x64 the first thing that appears on the screen is the following line: “This version of Windows does not support ANSI colors”. Not sure why it happens, since, for example, ripgrep and bat render colors fine. Anyway, I don't want to feel second-rate here. |
I don't have a windows box. - Does dust go on to print with colors or not ? Does this happen with all versions ? |
$ dust.v.0.5.0.exe C:\TEMP
thread 'main' panicked at 'Couldn't enable color support: 87', src\libcore\result.rs:1188:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
$ dust.v.1.0.0.exe C:\TEMP
This version of Windows does not support ANSI colors
1.2M ┌── 25ac4429-4010-4cb0-ae65-ff1163082860.tmp │█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 1%
1.7M ├── c3846ae4-d804-49ac-9640-961b052d976a.tmp │█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 2%
2.3M ├── 8970d8850fb3c3cfc8eb4b517bc2fd39f84670c1.megatools.cache│██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 2
... |
When the size of storage is large, the accuracy loses the angle
The text was updated successfully, but these errors were encountered: