cargo install cargo-kill-all
cargo-kill-all /home/Documents/ -t 4 -p [npm/cargo]
Use -p npm to delete all node_modules and -p cargo
to delete target
from cargo projects
This project is heavily inspired by dnlmlr's crate
If you like this project, go check that out too