Skip to content

Commit

Permalink
docs: readme and man updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Jun 17, 2024
1 parent eafd659 commit bacaa45
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Flags:
--no-mouse Do not use mouse
--no-prefix Show sizes as raw numbers without any prefixes (SI or binary) in non-interactive mode
-p, --no-progress Do not show progress in non-interactive mode
-u, --no-unicode Do not use Unicode symbols (for size bar)
-n, --non-interactive Do not run in interactive mode
-o, --output-file string Export all info into file as JSON
-r, --read-from-storage Read analysis data from persistent key-value storage
Expand Down
10 changes: 8 additions & 2 deletions gdu.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.7
.\" Automatically generated by Pandoc 3.1.8
.\"
.TH "gdu" "1" "2024-04-21" "" ""
.TH "gdu" "1" "2024-06-17" "" ""
.SH NAME
gdu - Pretty fast disk usage analyzer written in Go
.SH SYNOPSIS
Expand Down Expand Up @@ -45,6 +45,9 @@ interactive mode
\f[B]-p\f[R], \f[B]--no-progress\f[R][=false] Do not show progress in
non-interactive mode
.PP
\f[B]-u\f[R], \f[B]--no-unicode\f[R][=false] Do not use Unicode symbols
(for size bar)
.PP
\f[B]-s\f[R], \f[B]--summarize\f[R][=false] Show only a total in
non-interactive mode
.PP
Expand All @@ -55,6 +58,9 @@ non-interactive mode
\f[B]-C\f[R], \f[B]--show-item-count\f[R][=false] Show number of items
in directory
.PP
\f[B]-M\f[R], \f[B]--show-mtime\f[R][=false] Show latest mtime of items
in directory
.PP
\f[B]--si\f[R][=false] Show sizes with decimal SI prefixes (kB, MB, GB)
instead of binary prefixes (KiB, MiB, GiB)
.PP
Expand Down
2 changes: 2 additions & 0 deletions gdu.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ size of the file to which symlink points to (symlinks to directories are not fol
**-p**, **\--no-progress**\[=false\] Do not show progress in
non-interactive mode

**-u**, **\--no-unicode**\[=false\] Do not use Unicode symbols (for size bar)

**-s**, **\--summarize**\[=false\] Show only a total in non-interactive mode

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

0 comments on commit bacaa45

Please sign in to comment.