holmgr / cargo-sweep

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

Cumulative size for dry run #43

Closed birkenfeld closed 9 months ago

birkenfeld commented 3 years ago

Running cargo sweep -i -r -d, I get "Would clean XXX MB" for each individual project.

It would be nice to cumulate those savings and display a total at the end.

holmgr commented 3 years ago

Sounds like a great idea! :)