Skip to content
/ tidy Public

A CLI tool to remove build directories and other clutter

Notifications You must be signed in to change notification settings

lucifayr/tidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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