2 stable releases
1.0.1 | Aug 22, 2023 |
---|
#538 in Command-line interface
6KB
90 lines
Tidy ๐งน
A CLI tool to remove build directories and other clutter
Installation
cargo install tidy
Usage
Remove all target directories from the current working directory and all its children
tidy
Target Directories
The directories to remove
Default Values
node_modules, target
Setting values
tidy -t build, node_modules
Ignore Directories
Directories that will not be searched. Will not prevent a directory from being deleted if it is in the target directories.
Default Values
.cache, .local, .config
Setting values
tidy -i .cache
Dependencies
~1.1โ1.7MB
~32K SLoC