From 2047f99c6dc3ca1ba0b33ee0e0dc1c24355e9a53 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Fri, 6 Aug 2021 10:11:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1918807..14061aa 100644 --- a/README.md +++ b/README.md @@ -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