A CLI tool to remove build directories and other clutter
cargo install tidyRemove all target directories from the current working directory and all its children
tidyThe directories to remove
node_modules, target
tidy -t build, node_modulesDirectories that will not be searched. Will not prevent a directory from being deleted if it is in the target directories.
.cache, .local, .config
tidy -i .cache