gdu
gdu copied to clipboard
Fast disk usage analyzer with console interface written in Go
`gdu` class of utils is nice at finding out "the fat of the disk", but it currently can't solve a problem when a bunch of small files (that might not...
I have many files for which many hardlinks are created. gdu I use to clear disk space. When I press d to delete a file, there is no more space...
I use this to do disk space analysis on client workstations without disturbing their work (our remote access tool has a PowerShell that runs as SYSTEM, so I can do...
1. I pressed CTRL-Z to drop to shell. Using `fg` I went back to gdu. I pressed CTRL-Z to drop to shell again, then the following happened: 2. Just dropping...
Hello, I noticed ncdu is still described as developed in C whereas it has been rewritten in Zig. On the ncdu website the stable version is the Zig one, and...
``` $ ls -lht ... lrwxrwxrwx 1 root root 7 2023-06-05 14:02 bin -> usr/bin lrwxrwxrwx 1 root root 7 2023-06-05 14:02 lib -> usr/lib lrwxrwxrwx 1 root root 9...
I installed gdu on Ubuntu 22.04 in WSL and running application with `-d` flag (which stands for mounted disks), then I choose the root directory of my disrto (`/mnt/wslg/distro`) and...
Hello. I have `gdu 5.21.1-1` installed. I have `feh` setup as standard image viewer. I use `ArchLinux` and I am on `6.1.5-arch2-1`. I am on `sway`. I navigate to the...
When I bring up the delete dialog box by pressing `d`, I expect that using `h` and `l` as vim-style keys would navigate left and right to select the options,...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.7.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.7.0 ✨ Features Allow to preserve ordering of completions in bash, zsh, pwsh, & fish: @h4ck3rk3y #1903 Add...