gdu
gdu copied to clipboard
Fast disk usage analyzer with console interface written in Go
We don't really have the means to ensure all our servers contain `gdu`; and the last thing I want to do when they're full is adding more files. They do...
Would be cool to have a -t parameter to tell gdu to move items to a trash directory (the string we pass, or "~/.local/share/Trash/files" by default). This way in case...
Gdu could honor $BLOCKSIZE and / or $BLOCK_SIZE environment variables. https://www.gnu.org/software/coreutils/manual/html_node/Block-size.html
Add a possibility to store the analysis into some fast embedded key-value store instead of memory. E.g. [BadgerDB](https://dgraph.io/docs/badger/). The analysis would be of course slower a lot but it will...
Hi, would it be possible to add argument(s) to print summary size with a specific block size, like _du_ does?: ``` -B, --block-size=SIZE scale sizes by SIZE before printing them;...
Be cool if I could change the "d" bind to instead move large files to ~/.Trash
When exporting analysis to JSON, gdu could accept a new option, which will specify what attributes will be populated. ``` gdu --output-file=out.json --output-attrs=asize,dsize ``` Available attributes: name (should be always...
First of all, thanks for working on mouse support! It works great. One edge case though: if I click an item and then click elsewhere quickly, it would be considered...
Hi, I'm not sure why this is happening but when I run `gdu -dn` I get the following output: ``` Device Size Used Free Used% Mount point /dev/sdc 251.0 GiB...
I know I'm reporting a problem for a version of the software that's older compared to the latest version **5.15.0** as of writing. But because I was not able to...