You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zcleaner is a lightweight Linux utility that safely removes files from user-specified directories to free up disk space. It provides detailed cleaning statistics and protects against accidental deletion of critical system files.
Directory Cleaner is a Python tool to automate directory cleanup. Users can delete specific file types (e.g., .pdf, .txt) or remove all contents (files and subfolders) of a directory. The tool prompts for confirmation before deletion and logs all actions to a deletion_log.txt file. It's a simple and efficient solution for managing file systems.