Disk cleaning program which mainly targets output and cache directories of programming languages and build systems
To run on nix you can use flakes:
nix run github:Kacper0510/project_cleaner
To install it permanently add flake and package it provides to you configuration.
To build or run project from source you need git and rust (version 1.8.0 or higher) installed with cargo.
- Clone repo
git clone https://github.com/Kacper0510/project_cleaner.git
cd project_cleaner
- Run project
cargo run
- Or build
cargo build --release
Executable can be found in target/release/project_cleaner
.