Kondo
Cleans dependencies and build artifacts from your projects.
Install / Use
/learn @tbillington/KondoREADME
Kondo 🧹
Cleans node_modules, target, build, and friends from your projects.
Excellent if
- 💾 You want to back up your code but don't want to include GBs of dependencies
- 🧑🎨 You try out lots of projects but hate how much space they occupy
- ⚡️ You like keeping your disks lean and zippy
Installation
Warning
Kondo is essentially
rm -rfwith a prompt. Use at your own discretion. Always have a backup of your projects.
Command Line
winget
winget install kondo
Homebrew
brew install kondo
MacPorts
sudo port install kondo
Arch Linux
pacman -S kondo
Source
Requires Rust.
git clone https://github.com/tbillington/kondo.git
cargo install --path kondo/kondo
Others
Binaries available on the releases page.
<a href="https://repology.org/project/kondo/versions"> <img src="https://repology.org/badge/vertical-allrepos/kondo.svg" alt="Packaging status"> </a>Graphic User Interface
Windows
winget install kondo-ui
Arch Linux
pacman -S kondo-ui
Source
Requires rust. You may need platform specific dependencies on linux.
git clone https://github.com/tbillington/kondo.git
cargo install --path kondo/kondo-ui
Binaries available on the releases page.
<a href="https://repology.org/project/rust:kondo-ui/versions"> <img src="https://repology.org/badge/vertical-allrepos/rust:kondo-ui.svg" alt="Packaging status"> </a>Usage
Warning
Kondo is essentially
rm -rfwith a prompt. Use at your own discretion. Always have a backup of your projects.
Command Line Interface
Running kondo without a directory specified will run in the current directory.
kondo
Supplying a path will tell kondo where to start. Multiple paths are supported.
kondo code/my_project code/my_project_2
Passing a time will filter projects to those that haven't been modified for at least the specified period. See kondo --help for the full list of options.
kondo --older 3M # only projects with last modified greater than 3 months
kondo -o3M # shorthand
More options such as quiet mode, following symlinks, and filesystem restriction are viewable with kondo --help.
Building/Development
To build the cli kondo you can run cargo build and cargo run from the projects root directory.
To build the gui kondo-ui you must first navigate into the kondo-ui directory, then you can run cargo build and cargo run.
The output binaries will be located in target/debug/ or target/release/ per Cargo defaults.
Similar Projects
Related Skills
himalaya
338.7kCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
coding-agent
338.7kDelegate coding tasks to Codex, Claude Code, or Pi agents via background process
