Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
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