A lightweight, configurable directory cleaning utility for Linux systems
Zcleaner is a command-line utility that helps you maintain a clean filesystem by automatically removing unnecessary files from specified directories. With built-in safeguards and detailed statistics, it's designed to be both powerful and safe for regular use.
- Clean multiple directories in a single operation
- Detailed cleaning statistics (before/after size, freed space)
- Home directory usage tracking
- Protection against critical system directories
- Configuration management via CLI
- Path expansion support (~ for home directory)
- gcc compiler
- make (build system)
git clone https://github.com/xidruk/zcleaner.git
cd zcleaner
make
run :
./zclean
run :
./zclean --add "path"
run :
./zcleaner --drop "path"