Skip to content

Commit

Permalink
Merge branch 'dundee:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
danie-dejager authored Jun 29, 2024
2 parents b5b7ae1 + 076d30e commit 85bbb69
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
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
9 changes: 7 additions & 2 deletions gdu.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: gdu
Version: 5.28.0
Release: 2
Version: 5.29.0
Release: 1
Summary: Pretty fast disk usage analyzer written in Go

License: MIT
Expand Down Expand Up @@ -51,6 +51,11 @@ install -Dpm 0755 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/gdu.1
%{_mandir}/man1/gdu.1.gz

%changelog
* Mon Jun 17 2024 Daniel Milde - 5.29.0-1
- feat: support for reading gzip, bzip2 and xz files by @dundee in #363
- feat: add --show-mtime (-M) option by @dundee in #350
- feat: add option --no-unicode to disable unicode symbols by @dundee in #362
- fix: division by zero error in formatFileRow by @xroberx in #359
* Sun Apr 21 2024 Danie de Jager - 5.28.0-1
- feat: delete/empty items in background by @dundee in #336
- feat: add --show-item-count (-C) option by @ramgp in #332
Expand Down

0 comments on commit 85bbb69

Please sign in to comment.