holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
694 stars 31 forks source link

ability to remove recent changes insted of old ones #128

Open Horryportier opened 2 months ago

Horryportier commented 2 months ago

I don't know if its already a feature but if it's not then ability to remove recent changes while preserving older one would be useful. for example: lock files got corrupted and clearing all of them will result in hour's long recompile. If its possible to delete only last compile or few that would safe a bunch of time