| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gdu | Distribution: openSUSE Tumbleweed |
| Version: 5.36.1 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sun Aug 16 21:28:04 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 23862195 | Source RPM: gdu-5.36.1-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/dundee/gdu | |
| Summary: Fast disk usage analyzer with console interface | |
Fast disk usage analyzer with console interface. Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. HDDs work as well, but the performance gain is not so huge.
MIT
* Sun Aug 16 2026 RN <R_Nik_C@proton.me>
- Version 5.36.1
* perf: top dir analyzer optimizations (gh#dundee/gdu#562)
* perf: replace progress channel with atomic counters and ticker
polling in all analyzers (gh#dundee/gdu#563)
* refactor: analyzers and improve SQLite backend
(gh#dundee/gdu#549)
* fix: improve SQLite storage and analyzer implementation
(gh#dundee/gdu#541)
* test: fix flaky test (gh#dundee/gdu#561)
- Version 5.36.0
* feat: top-dir analyzer for non-interactive mode
(gh#dundee/gdu#557)
* feat: implement deletion, JSON encoding, and query
optimizations for SQLite storage (gh#dundee/gdu#536)
* test: cover internal packages (gh#dundee/gdu#535)
* chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to
0.0.21 (gh#dundee/gdu#546)
* chore(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0
(gh#dundee/gdu#545)
* chore(deps): bump modernc.org/sqlite from 1.48.0 to 1.48.2
(gh#dundee/gdu#548)
* chore(deps): bump golang.org/x/text from 0.34.0 to 0.36.0
(gh#dundee/gdu#547)
* chore(deps): bump softprops/action-gh-release from 2 to 3
(gh#dundee/gdu#552)
* chore(deps): bump modernc.org/sqlite from 1.48.2 to 1.49.1
(gh#dundee/gdu#553)
* chore(deps): bump github.com/gdamore/tcell/v2 from 2.13.8 to
2.13.9 (gh#dundee/gdu#554)
- Version 5.35.0
* feat: show progress bar when analysing the whole disk/partition
(gh#dundee/gdu#523)
* feat: print marked items to stdout (gh#dundee/gdu#528)
* feat: add support for browsing tar archives (gh#dundee/gdu#513)
* feat: force interactive mode (gh#dundee/gdu#533)
* fix: create parent dir for sqlite db (gh#dundee/gdu#511)
* fix: use smaller value log file size for 32bit systems
(gh#dundee/gdu#519)
* fix: make itemCount 64bit (gh#dundee/gdu#520)
* ci: use Golang 1.26 (gh#dundee/gdu#508)
* ci: drop support for golang 1.24 (gh#dundee/gdu#521)
* ci: release gh action (gh#dundee/gdu#527)
* test: move coverage for app package (gh#dundee/gdu#534)
* chore(deps): bump modernc.org/sqlite from 1.46.1 to 1.47.0
(gh#dundee/gdu#515)
* chore(deps): bump github.com/fatih/color from 1.18.0 to 1.19.0
(gh#dundee/gdu#524)
* chore(deps): bump codecov/codecov-action from 5 to 6
(gh#dundee/gdu#529)
* chore(deps): bump modernc.org/sqlite from 1.47.0 to 1.48.0
(gh#dundee/gdu#531)
- Version 5.34.2
* fix: run sqlite test only on supported platforms
- Version 5.34.1
* fix: make itemCount 64bit (gh#dundee/gdu#520)
* fix: use smaller value log file size for 32bit systems
(gh#dundee/gdu#519)
* fix: create parent dir for sqlite db (gh#dundee/gdu#511)
- Version 5.34.0
* feat: add interactive file type filtering via -T key
(gh#dundee/gdu#493)
* feat: allow navigating above launch directory
(gh#dundee/gdu#494)
* feat: add --no-view-file flag for interactive viewer
(gh#dundee/gdu#496)
* fix: enable --show-item-count in non-interactive mode
(gh#dundee/gdu#495)
* fix: align columns in non-interactive mode (gh#dundee/gdu#500)
* fix: support for sqlite db on all platforms (gh#dundee/gdu#507)
* chore(deps): bump modernc.org/sqlite from 1.45.0 to 1.46.1
(gh#dundee/gdu#499)
* chore(deps): bump docker/build-push-action from 6 to 7
(gh#dundee/gdu#505)
* chore(deps): bump docker/login-action from 3 to 4
(gh#dundee/gdu#503)
* chore(deps): bump docker/metadata-action from 5 to 6
(gh#dundee/gdu#506)
- Version 5.33.0
* feat: add SQLite analyzer and some assorted changes
(gh#dundee/gdu#484)
* feat: add --archive-browsing flag to show zip/jar files as
dirs, add --collapse-path flag to for collapsing single-child
directory
* feat: add --depth flag (gh#dundee/gdu#485)
* feat: add options to force output units (gh#dundee/gdu#464)
* feat: allow excluding file(s) by their type (gh#dundee/gdu#472)
* feat: bump version of go and badger (gh#dundee/gdu#438)
* feat: time filters (gh#dundee/gdu#425)
* feat: bump versions of dependencies (gh#dundee/gdu#450)
* chains (gh#dundee/gdu#434)
* fix: non-deterministic ordering in ParallelAnalyzer
(gh#dundee/gdu#445)
* docs: add mise alternative method installation
(gh#dundee/gdu#465)
* chore: bump Go to 1.25.5 to fix crypto/x509 CVEs
(gh#dundee/gdu#471)
* Sun Dec 28 2025 RN <R_Nik_C@proton.me>
- Version 5.32.0
* feat: Add --no-spawn-shell flag to disable shell access
(gh#dundee/gdu#440)
* feat: Add support showing size of absent git-annex'ed files
(gh#dundee/gdu#404)
* fix: ctrl_z corruption (gh#dundee/gdu#253) by (gh#dundee/gdu#406)
* fix: item count for --show-item-count (gh#dundee/gdu#416)
* fix: automatically run non-interactive when related flag set
(gh#dundee/gdu #418)
* Tue Jun 17 2025 Dominik Heidler <dheidler@suse.de>
- Version 5.31.0
* feat: relative path ignore support by @s0up4200 in #398
* feat: Add support showing size of absent git-annex'ed files by @stv0g in #404
* fix: ctrl_z corruption #253 by @yurenchen000 in #406
* fix: item count for --show-item-count by @dundee in #416
* fix: automatically run non-interactive when related flag set by @dundee in #418
* Tue Jan 14 2025 Jeff Kowalczyk <jkowalczyk@suse.com>
- Packaging improvements:
* Use a BUILD_DATE suitable to preserve reproducible builds
* BUILD_DATE is used in bespoke LDFLAGS arg to go build expected
by gdu --version output
* Tue Jan 14 2025 Jeff Kowalczyk <jkowalczyk@suse.com>
- Packaging improvements:
* Update to BuildRequires: golang(API) >= 1.21 matching go.mod
* Move ldflags metadata out of ppc64 buildmode PIE conditional
* Tue Dec 31 2024 RN <R_Nik_C@proton.me>
- Version 5.30.1
* fix: set default colors when config file does not exist
- Version 5.30.0
* feat: show top largest files using `-t` or `--top` option in
(gh#dundee/gdu#391)
* feat: introduce more style options in (gh#dundee/gdu#396)
* Tue Dec 24 2024 Timo Schwaak <opensuse@tschwaak.de>
- gdu version output is incomplete when built with normal go build.
Add ldflags to populate metadata needed by bespoke version
reporting implementation. Changelog comments by Jeff Kowalczyk:
* gdu --version ouput with package version 5.29.0:
Version: development
Built time:
Built user:
* Upstream code has a package build/build.go with an
implementation managng the above output.
* Generally we want to remove uses of ldflags for bespoke build
metadata where possible. In this case, give gdu what it
expects for now.
* go1.24+ will have better main module version information in
output of go version -m binaryname. Perhaps that facility and
contacting gdu upstream about the issue will allow us to remove
the ldflags usage from our packaging in the future.
* Fri Dec 20 2024 Timo Schwaak <opensuse@tschwaak.de>
- Version 5.29.0
* 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
* Wed Apr 24 2024 Dominik Heidler <dheidler@suse.de>
- Version 5.28.0
* feat: delete/empty items in background by @dundee in #336
* feat: add --show-item-count (-C) option by @ramgp in #332
* feat: add --no-delete option by @ramgp in #333
* feat: ignore item by pressing I by @dundee in #345
* feat: delete directory items in parallel by @dundee in #340
* feat: add --sequential option for sequential scanning by @dundee in #322
* Wed Apr 10 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- Packaging improvements:
* Drop autosetup -p 1 arg only needed when package has patches
* Build PIE with pattern that may become recommended procedure:
%%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
A go toolchain buildmode default config would be preferable
but none exist at this time.
* Call go build with relative path to subdirectory containing
func main()
* Add basic %check to execute binary --help
* Thu Apr 04 2024 Dominik Heidler <dheidler@suse.de>
- Initial package version 5.27.0
/usr/bin/gdu /usr/share/doc/packages/gdu /usr/share/doc/packages/gdu/README.md /usr/share/licenses/gdu /usr/share/licenses/gdu/LICENSE.md /usr/share/man/man1/gdu.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Aug 19 00:39:13 2026