Leinnan / lwa_cargo_vacuum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 of target folder 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 more with '--help')
  -V, --version                            Print version

Install

It can be installed using Rust Cargo:

cargo install lwa_cargo_vacuum

About

License:MIT License


Languages

Language:Rust 100.0%