summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2022-08-18 13:15:05 +0100
committerGitHub <noreply@github.com>2022-08-18 13:15:05 +0100
commit77750c8149cabb0c65274d1afc447fc5132f682e (patch)
tree8aa0d60b2cfb7fe3f32640dd0dea6caf9417ef5f
parentb9386cd39e1f4dfb4f9d1e45dd26b2b25750087c (diff)
Update README.md
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9e4cf7b..e0f5612 100644
--- a/README.md
+++ b/README.md
@@ -56,17 +56,20 @@ Usage: dust <dir>
Usage: dust <dir> <another_dir> <and_more>
Usage: dust -p (full-path - Show fullpath of the subdirectories)
Usage: dust -s (apparent-size - shows the length of the file as opposed to the amount of disk space it uses)
-Usage: dust -n 30 (shows 30 directories instead of the default [default is terminal height])
-Usage: dust -d 3 (shows 3 levels of subdirectories)
-Usage: dust -r (reverse order of output)
+Usage: dust -n 30 (Shows 30 directories instead of the default [default is terminal height])
+Usage: dust -d 3 (Shows 3 levels of subdirectories)
+Usage: dust -r (reverse order of output)
+Usage: dust -H (si print sizes in powers of 1000 instead of 1024)
Usage: dust -X ignore (ignore all files and directories with the name 'ignore')
-Usage: dust -x (only show directories on the same filesystem)
-Usage: dust -b (do not show percentages or draw ASCII bars)
-Usage: dust -i (do not show hidden files)
+Usage: dust -x (Only show directories on the same filesystem)
+Usage: dust -b (Do not show percentages or draw ASCII bars)
+Usage: dust -i (Do not show hidden files)
Usage: dust -c (No colors [monochrome])
Usage: dust -f (Count files instead of diskspace)
-Usage: dust -t Group by filetype
-Usage: dust -e regex Only include files matching this regex (eg dust -e "\.png$" would match png files)
+Usage: dust -t (Group by filetype)
+Usage: dust -e regex (Only include files matching this regex (eg dust -e "\.png$" would match png files))
+Usage: dust -v regex (Exculde files matching this regex (eg dust -v "\.png$" would ignore png files))
+
```