Git Product home page Git Product logo

detox's Introduction

Detox

Crates.io Build Status

Detox is a very small CLI tool used to clean up development directories to save disk space. This is particularly handy to use prior to backing up your development machine. It was written as a personal tool, but figured it might be useful to others.

The main aim is to reduce the amount of space in project directories without specifically altering the projects. This pretty much means the basics, such as removing target directories, dependency directories, compressing version control trees, etc.

The list of structures supported is as below. If you want to add support for a new structure, feel free; the initial list is pretty much based on what I have on my development machines on a daily basis.

  • Cargo (Rust)
  • Git
  • Gradle (Java)
  • Maven (Java)
  • Mix (Elixir)
  • Node.js

If this is the first time you have run this tool, please do read the source to validate that it's not going to wipe something important. It should be fairly safe given that it only looks at build files etc, but know that you are running it at your own risk!

Installation

Detox is written in Rust, and is available for download via the repository on crates.io. The easiest way to get this at this point is to install it via Cargo:

$ cargo install detox

Usage

The CLI is tiny and instructions are provided via the documentation:

$ detox -h
$ detox <location>

Locations are checked recursively for files which might signal a development directory. Various files which are "unnecessary" will then be stripped away, and the output will tell you how much space you saved.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.