@@ -40,7 +40,7 @@ Or you can use Gdu directly via Docker:
4040 gdu [directory_to_scan] [flags]
4141
4242Flags:
43- --archive-browsing Enable browsing of zip/jar archives
43+ --archive-browsing Enable browsing of zip/jar/tar archives (tar, tar.gz, tar.bz2, tar.xz)
4444 --collapse-path Collapse single-child directory chains
4545 --config-file string Read config from file (default is $HOME/.gdu.yaml)
4646 -D, --db string Store analysis in database (*.sqlite for SQLite, *.badger for BadgerDB)
@@ -62,12 +62,12 @@ Flags:
6262 -c, --no-color Do not use colorized output
6363 -x, --no-cross Do not cross filesystem boundaries
6464 --no-delete Do not allow deletions
65- --no-view-file Do not allow viewing file contents
6665 -H, --no-hidden Ignore hidden directories (beginning with dot)
6766 --no-prefix Show sizes as raw numbers without any prefixes (SI or binary) in non-interactive mode
6867 -p, --no-progress Do not show progress in non-interactive mode
6968 --no-spawn-shell Do not allow spawning shell
7069 -u, --no-unicode Do not use Unicode symbols (for size bar)
70+ --no-view-file Do not allow viewing file contents
7171 -n, --non-interactive Do not run in interactive mode
7272 -o, --output-file string Export all info into file as JSON
7373 -r, --read-from-storage Use existing database instead of re-scanning
0 commit comments