mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #127] What do 4 kinds of percentage-bar-characters mean? #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rhdxmr on GitHub (Nov 16, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/127
Hello, I am new to dust.
I am curious about the percentage bar.
There are 4 kinds of characters which displays the percentage bar: ░, ▒, ▓, █
Which means what?
Thanks,
@bootandy commented on GitHub (Nov 19, 2020):
It is visualizing what % of your disk the dir is using.
TensorRT is 65% of your disk. But if you look at plugin it is 42%. But plugin is inside TensorRT directory. So if you look at the solid bar in plugin you can see it takes up about 2/3rds of the space of the previous bar (marked by light boxes) so its about 2/3rds of the TensorRT directory.
If this makes sense to you feel free to rewrite it in a way that makes sense to you and I'll add it to the README.