tidy

Crates.iotidy
lib.rstidy
version1.0.1
sourcesrc
created_at2023-08-22 18:52:30.390957
updated_at2023-08-22 19:02:58.5504
descriptionA CLI tool to remove build directories and other clutter
homepagehttps://github.com/Jackboxx/tidy
repositoryhttps://github.com/jackboxx/archwiki-rs
max_upload_size
id951257
size13,682
(Jackboxx)

documentation

README

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
Commit count: 117

cargo fmt