kondo
kondo copied to clipboard
Cleans dependencies and build artifacts from your projects.
Downloaded latest binary, double click on .exe -> nothing happens
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.23 to 0.3.26. Changelog Sourced from structopt's changelog. v0.3.25 (2021-10-18) Fix duplication of aliases in subcommands #504 v0.3.25 (2021-10-18) No changes Commits 97e92a3 v0.3.26 2bdd6b4 Clarification on...
Reddit user bcgroom mentioned a flag to output just a plain text line separated list of artifact directories. That way it could be passed/manipulated by other programs.
When cwd is the root of my home directory (`~`) and I run `kondo` or `kondo .`, it just displays `Total bytes deleted: 0.0B` and does not even start searching...
…ains multipe projects, for example Maven and Node
Look into parallelisation options such as [rayon](https://github.com/rayon-rs/rayon), [crossbeam](https://github.com/crossbeam-rs/crossbeam), or even [tokio](https://github.com/tokio-rs/tokio/) for parallelisation. Much of what `kondo` does is able to be done in parallel.
For example, the `target` dir at `/examples//target` is ignored, only `/target` is removed. And if all examples were built for test purposes, the sum of those targets can often exceed...
Would deleting things that fall under explicit `.gitignore` globs (as opposed to plain untracked files, which is wildly dangerous) be a useful thing for most people?
Hi, thanks for this project! It has been really useful for me, by showing me exactly *how* large those Rust target folders become :) One nitpick: When I ran `kondo`...
could you at least link similar projects?