Crates.io | tidy |
lib.rs | tidy |
version | 1.0.1 |
source | src |
created_at | 2023-08-22 18:52:30.390957 |
updated_at | 2023-08-22 19:02:58.5504 |
description | A CLI tool to remove build directories and other clutter |
homepage | https://github.com/Jackboxx/tidy |
repository | https://github.com/jackboxx/archwiki-rs |
max_upload_size | |
id | 951257 |
size | 13,682 |
A CLI tool to remove build directories and other clutter
cargo install tidy
Remove all target directories from the current working directory and all its children
tidy
The directories to remove
node_modules, target
tidy -t build, node_modules
Directories 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