Daniel Milde
Daniel Milde
Some notes from the rewriting to check-handle syntax: * it removes a lot of boiler-plate code - the handling of errors is now almost a half * it's little bit...
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...
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...
`WaitGroup.Add` method should be called only from the main goroutine. ``` // Note that calls with a positive delta that occur when the counter is zero // must happen before...
Allow multiple items to be marked and then deleted/emptied in a batch.