WCleaner is a lightweight utility written in C using standard libraries. It cleans up cache and junk folders, displays logs in real-time, and saves them to a .txt file
-
ποΈ Clears temporary files & cache
-
π Logs all actions (on-screen + saved to log.txt)
-
π Lightweight & fast (no dependencies, pure C)
-
βοΈ Configurable paths (customize folders to clean)
-
Option 1
- Download release
- Add WCleaner.exe file to path
-
Option 2
- Clone repository
git clone https://github.com/Nokskiy/WCleaner.git
- Build project
mkdir build | gcc ./src/main.c -o ./build/WCleaner.exe- Add WCleaner.exe file to path
WCleanerImportant
When using from the environment path, the logs will be created in the user folder
Contributions are welcome
You can:
-
Improve the code
-
Add directories for cleaning
-
Add new features