Update README.md

This commit is contained in:
andy.boot
2021-08-06 10:11:10 +01:00
committed by GitHub
parent 9bd2f9fc2a
commit 2047f99c6d
+1 -1
View File
@@ -38,7 +38,7 @@ Dust is meant to give you an instant overview of which directories are using dis
Dust will list a slightly-less-than-the-terminal-height number of the biggest subdirectories or files and will smartly recurse down the tree to find the larger ones. There is no need for a '-d' flag or a '-h' flag. The largest subdirectories will be colored.
The different colors: The shades of grey are used to indicate which parent folder a subfolder belongs to. For instance, look at the above screenshot. `.steam` is a folder taking 44% of the space from the current folder. Inside `.steam` is a folder called `steam` (no dot) this folder takes up 36% of disk, but that means 8% of disk is taken by a different subfolders or files inside `.steam` but not in `steam` (no dot), these files & subfolders aren't listed as they are small.
The different colors on the bars: These represent the combined tree hierarchy & disk usage. The shades of grey are used to indicate which parent folder a subfolder belongs to. For instance, look at the above screenshot. `.steam` is a folder taking 44% of the space. From the `.steam` bar is a light grey line that goes up. All these folders are inside `.steam` so if you delete `.steam` all that stuff will be gone too.
## Usage