Hey! I'm a maintainer of kondo, a tool to delete artifacts like target and node_modules.
I'm looking into supporting trashing as an option. Kondo's current behaviour is a recursive delete.
I was wondering if there would be any particular behaviours or issues you foresee when integrating trash-rs. For example this open issue around deleting non-empty directories on windows would likely be a blocker. I'm happy to help investigate where I can for similar issues.
I'm also curious about the performance difference between deletion of a large directory with many files and moving it to trash, do you have any insight here?
Hope this location is okay to ask these questions :) otherwise I'm happy to talk in tbillington/kondo#96 too.
Hey! I'm a maintainer of kondo, a tool to delete artifacts like
targetandnode_modules.I'm looking into supporting trashing as an option. Kondo's current behaviour is a recursive delete.
I was wondering if there would be any particular behaviours or issues you foresee when integrating
trash-rs. For example this open issue around deleting non-empty directories on windows would likely be a blocker. I'm happy to help investigate where I can for similar issues.I'm also curious about the performance difference between deletion of a large directory with many files and moving it to trash, do you have any insight here?
Hope this location is okay to ask these questions :) otherwise I'm happy to talk in tbillington/kondo#96 too.