lwa_cargo_vacuum

Crates.iolwa_cargo_vacuum
lib.rslwa_cargo_vacuum
version0.2.0
sourcesrc
created_at2024-03-26 19:38:14.011721
updated_at2024-03-27 20:56:12.617835
descriptionSimple CLI tool for cleaning up old target folders
homepagehttps://github.com/Leinnan/lwa_cargo_vacuum
repositoryhttps://github.com/Leinnan/lwa_cargo_vacuum
max_upload_size
id1186901
size24,154
MevLyshkin (Leinnan)

documentation

README

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

cargo fmt