Skip to content

Commit bacaa45

Browse files
committed
docs: readme and man updated
1 parent eafd659 commit bacaa45

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Flags:
5858
--no-mouse Do not use mouse
5959
--no-prefix Show sizes as raw numbers without any prefixes (SI or binary) in non-interactive mode
6060
-p, --no-progress Do not show progress in non-interactive mode
61+
-u, --no-unicode Do not use Unicode symbols (for size bar)
6162
-n, --non-interactive Do not run in interactive mode
6263
-o, --output-file string Export all info into file as JSON
6364
-r, --read-from-storage Read analysis data from persistent key-value storage

gdu.1

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.1.7
1+
.\" Automatically generated by Pandoc 3.1.8
22
.\"
3-
.TH "gdu" "1" "2024-04-21" "" ""
3+
.TH "gdu" "1" "2024-06-17" "" ""
44
.SH NAME
55
gdu - Pretty fast disk usage analyzer written in Go
66
.SH SYNOPSIS
@@ -45,6 +45,9 @@ interactive mode
4545
\f[B]-p\f[R], \f[B]--no-progress\f[R][=false] Do not show progress in
4646
non-interactive mode
4747
.PP
48+
\f[B]-u\f[R], \f[B]--no-unicode\f[R][=false] Do not use Unicode symbols
49+
(for size bar)
50+
.PP
4851
\f[B]-s\f[R], \f[B]--summarize\f[R][=false] Show only a total in
4952
non-interactive mode
5053
.PP
@@ -55,6 +58,9 @@ non-interactive mode
5558
\f[B]-C\f[R], \f[B]--show-item-count\f[R][=false] Show number of items
5659
in directory
5760
.PP
61+
\f[B]-M\f[R], \f[B]--show-mtime\f[R][=false] Show latest mtime of items
62+
in directory
63+
.PP
5864
\f[B]--si\f[R][=false] Show sizes with decimal SI prefixes (kB, MB, GB)
5965
instead of binary prefixes (KiB, MiB, GiB)
6066
.PP

gdu.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ size of the file to which symlink points to (symlinks to directories are not fol
5050
**-p**, **\--no-progress**\[=false\] Do not show progress in
5151
non-interactive mode
5252

53+
**-u**, **\--no-unicode**\[=false\] Do not use Unicode symbols (for size bar)
54+
5355
**-s**, **\--summarize**\[=false\] Show only a total in non-interactive mode
5456

5557
**-d**, **\--show-disks**\[=false\] Show all mounted disks

0 commit comments

Comments
 (0)