parallel deletion (without following symlinks) using jwalk #43
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Previously jwalk would follow symlinks, so we could not use it and instead implemented our own traversal.
Now with jwalk 0.5, this is supported and we can use our standard jwalker to do the job.
dua-cli/src/interactive/app/handlers.rs
Lines 305 to 340 in 543f7f3
The function above would have to change to use jwalk. It should be straightforward to obtain a walker with this function:
dua-cli/src/common.rs
Lines 162 to 184 in 0d6116e
The text was updated successfully, but these errors were encountered: