You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hey! I'm a maintainer of kondo, a tool to delete artifacts like
target
andnode_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.
The text was updated successfully, but these errors were encountered: