Skip to content

Ayly-EXE/RustyCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Cleaner

A cli/tui tool to find and remove targets, builds and packages from forgotten projects.

Video

How it works ?

The tool scans for known footprints, listed below, and save its path and size. You can then select and delete the desired directories.

The tool do not delete source files, only builds and packages.

Targets

Matched :

  • Rust (target)
  • JavaScript (node_modules, dist)
  • Python (pycache, venv, .venv, env, .env, dist)
  • Java (Maven) (target)
  • Java (Gradle) (target, build)
  • Elixir (_build, deps)
  • Haskell (.stack-work, dist-newstyle)
  • Swift (Pods, build)
  • Ruby (vendor)

Taget not in the list ?

Add it in the utils.rs

Unmatched :

  • .embuild
  • dist

Usage

/!\ It is highly recommended to use your dev folder as a starting point for the scan.

rusty_clean <path>

Note: If no argument is given, start the scan at the current DIR

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages