Skip to content

Leinnan/lwa_cargo_vacuum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lwa_cargo_vacuum

License: MIT crates.io crates.io

Simple CLI tool for cleaning up old target folders.

Finds artefacts from Rust and Unity game engine projects.

By default just lists founded directories, use remove flag to remove founded directories.

Simple CLI tool for cleaning up old target folders

Usage: lwa_cargo_vacuum.exe [OPTIONS] [PATH]

Arguments:
  [PATH]
          Relative path to operate on

Options:
  -d, --depth <DEPTH>
          directories search depth

      --minimal-size <MINIMAL_SIZE>
          Minimal size in MB

      --time-since-edit <TIME_SINCE_EDIT>
          Minimal time since last edit in hours

  -r, --remove
          removes target dirs matching requirements

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

Install

It can be installed using Rust Cargo:

cargo install lwa_cargo_vacuum

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages