gdu
gdu copied to clipboard
Introduce batch operations
Allow multiple items to be marked and then deleted/emptied in a batch.
Oh I like this! Even better if the delete operation can be parallelized, ie go to the lowest directory and delete them in parallel and move its way up.
Is this addressed by the "space Mark file or directory for deletion" key in the ?
help?
Looks like that was added in #193 in Dec 2022, so maybe addresses this?
Yes, this use case was already implemented in #193.
More will come in 5.28: background deletion https://github.com/dundee/gdu/issues/293 and deletion in parallel https://github.com/dundee/gdu/issues/285