Skip to content

luyikk/cleans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cargo-cleans

A cargo subcommand cleans all projects under a specified directory with high performance.

Installation

Install using cargo:

cargo install cargo-cleans

Usage

Clean all target directories under the current working directory.

cargo cleans

Clean all target directories under the directory [dir].

cargo cleans -r [dir]

Keep target directories that have a size(MB) of less than [filesize].

cargo cleans --keep-size [filesize(MB)]

Keep target directories younger than [days] days.

cargo cleans --keep-days [days]

Compare with other

Use with tokio+actor concurrent search,the performance is 3-5 times that of others.

About

A cargo subcommand cleans all projects under a specified directory with high performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages