diff options
author | Daniel Milde <daniel@milde.cz> | 2024-06-17 12:06:30 +0200 |
---|---|---|
committer | Daniel Milde <daniel@milde.cz> | 2024-06-17 12:06:30 +0200 |
commit | bacaa45ba6b8eb47879f6d11d8fefd05e8c5f6a8 (patch) | |
tree | 8589d648193508204b643d66c3e5c4f4cf71d32c | |
parent | eafd6591b70a49ed38373c3a21bb5c22ed62bb9a (diff) |
docs: readme and man updatedv5.29.0
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | gdu.1 | 10 | ||||
-rw-r--r-- | gdu.1.md | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |