gdu icon indicating copy to clipboard operation
gdu copied to clipboard

Fast disk usage analyzer with console interface written in Go

Results 98 gdu issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.5.3 to 2.6.0. Release notes Sourced from github.com/gdamore/tcell/v2's releases. Version 2.6.0 Feature Release The main feature introduced in this release is support for web based applications. You...

dependencies
go

I pretty much always use the `c > Show/hide file count` and `m > Show/hide latest mtime` keys but I couldn't find a way to set these options via the...

While I often really like the possibility to delete files from within gdu, I sometimes miss a way to _make absolutely sure_ this functionality is _completely disabled_. Something like an...

enhancement

Is gdu's color theme configurable? If found a couple issues pertaining to colors but nothing on theming. I have dir_colors, .Xresources, and bash and fish shells configured to use a...

when running `gdu -n -a `the output is not sorted by size (or name) when using show-apparent-size. Here are different runs on the same path. ``` 52.7 MiB /el7 103.9...

When doing a scan using `-n` you are presented with the following until the scan is completed. ![image](https://user-images.githubusercontent.com/13314239/213138313-1df61082-34c8-4127-9d13-29570b14cc31.png) The directory structure looks like: ``` var - data -- batch1 ---...

enhancement

If you have a BTRFS snapshot directory on Linux system, "gdu -x" seems to peek into it while "du -x" doesn't peek into it. Of course, such directory is not...

bug

Allow multiple items to be marked and then deleted/emptied in a batch.

enhancement

- Hi, we have implemented a lightweight [package manager using shell and awk](https://www.x-cmd.com/pkg/). It helps you download gdu release packages from the internet and extract them into a unified directory...