summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2023-11-21 22:03:00 +0000
committerGitHub <noreply@github.com>2023-11-21 22:03:00 +0000
commit29085686e1aa145844ac1fd5560504c8fe76ab0e (patch)
treec19bf8c28b7715654577bb0f87a347eef9a17e89
parent8b1632dde833e10c6556dd026e103dda8ccc7851 (diff)
docs: update README.md
Add note about config file. Pre-emptively include the new --bars-on-right flag.
-rw-r--r--docs: update README.md (renamed from README.md)9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/docs: update README.md
index f9df2e6..90f6b54 100644
--- a/README.md
+++ b/docs: update README.md
@@ -72,6 +72,7 @@ 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 -B (--bars-on-right - Percent bars moved to right side of screen])
Usage: dust -i (Do not show hidden files)
Usage: dust -c (No colors [monochrome])
Usage: dust -f (Count files instead of diskspace)
@@ -84,7 +85,15 @@ Usage: dust -P (Disable the progress indicator)
Usage: dust -R (For screen readers. Removes bars/symbols. Adds new column: depth level. (May want to use -p for full path too))
Usage: dust --skip-total (No total row will be displayed)
Usage: dust -z 4000000 (Exclude files below size 4MB)
+```
+
+## Config file
+Dust has a config file where the above options can be set.
+Either: `~/.config/dust/config.toml` or `~/.dust.toml`
+```
+$ cat ~/.config/dust/config.toml
+reverse=true
```
## Alternatives