#cli-tool #cleaning #script #tool #cli

app tidy

A CLI tool to remove build directories and other clutter

2 stable releases

1.0.1 Aug 22, 2023

#335 in Command-line interface

28 downloads per month

MIT license

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.3โ€“1.8MB
~35K SLoC