Skip to content

Commit 8f8a6bc

Browse files
committed
docs: usage updated
1 parent ec033d1 commit 8f8a6bc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Or you can use Gdu directly via Docker:
4040
gdu [directory_to_scan] [flags]
4141
4242
Flags:
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

gdu.1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.4
1+
.\" Automatically generated by Pandoc 3.5
22
.\"
3-
.TH "gdu" "1" "2026\-03\-09" ""
3+
.TH "gdu" "1" "2026\-03\-31" ""
44
.SH NAME
55
gdu \- Pretty fast disk usage analyzer written in Go
66
.SH SYNOPSIS
@@ -66,8 +66,8 @@ for files, i.e.\ show the size of the file to which symlink points to
6666
\f[B]\-n\f[R], \f[B]\-\-non\-interactive\f[R][=false] Do not run in
6767
interactive mode
6868
.PP
69-
\f[B]\-\-interactive\f[R][=false] Force interactive mode even when output
70-
is not a TTY
69+
\f[B]\-\-interactive\f[R][=false] Force interactive mode even when
70+
output is not a TTY
7171
.PP
7272
\f[B]\-p\f[R], \f[B]\-\-no\-progress\f[R][=false] Do not show progress
7373
in non\-interactive mode
@@ -95,8 +95,8 @@ kB with \[en]si) in non\-interactive mode
9595
\f[B]\-M\f[R], \f[B]\-\-show\-mtime\f[R][=false] Show latest mtime of
9696
items in directory
9797
.PP
98-
\f[B]\-\-archive\-browsing\f[R][=false] Enable browsing of zip/jar
99-
archives
98+
\f[B]\-\-archive\-browsing\f[R][=false] Enable browsing of zip/jar/tar
99+
archives (tar, tar.gz, tar.bz2, tar.xz)
100100
.PP
101101
\f[B]\-\-depth\f[R][=0] Show directory structure up to specified depth
102102
in non\-interactive mode (0 means the flag is ignored)

gdu.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ non-interactive mode
8484

8585
**-M**, **\--show-mtime**\[=false\] Show latest mtime of items in directory
8686

87-
**\--archive-browsing**\[=false\] Enable browsing of zip/jar archives
87+
**\--archive-browsing**\[=false\] Enable browsing of zip/jar/tar archives (tar, tar.gz, tar.bz2, tar.xz)
8888

8989
**\--depth**\[=0\] Show directory structure up to specified depth in non-interactive mode (0 means the flag is ignored)
9090

0 commit comments

Comments
 (0)