@@ -7,9 +7,9 @@ Organizes files by extension into dedicated folders to quickly clean up messy di
77- ** What it does** : Automatically sorts files into folders by their extension (pdf/, jpg/, txt/, etc.)
88- ** Who it's for** : Non-technical users (web browser UI), terminal users (full-screen keyboard interface), and developers/power users (automation/cron/CI)
99- ** Quick start** : Recommended for most: download and double-click (no Python/Flask needed)
10- - macOS: [ Mac-File-Cleanup.zip] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5 /Mac-File-Cleanup.zip ) (unzip, then double-click the ` .app ` )
10+ - macOS: [ Mac-File-Cleanup.zip] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v3.0 /Mac-File-Cleanup.zip ) (unzip, then double-click the ` .app ` )
1111 ⚠️ ** First run** : If you see a security warning, see [ First Run Instructions (macOS)] ( #first-run-instructions-macos ) below.
12- - Windows: [ Win-File-Cleanup.exe] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5 /Win-File-Cleanup.exe )
12+ - Windows: [ Win-File-Cleanup.exe] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v3.0 /Win-File-Cleanup.exe )
1313 - CLI (web UI):
1414 ` python3 Easy-File-Cleanup.py --html ` # needs Flask installed
1515 - CLI (organize a folder):
@@ -62,9 +62,9 @@ pip install Flask
6262## Quick Start
6363
6464Fastest path: download the desktop app for your OS (no Python/Flask needed):
65- - macOS: [ Mac-File-Cleanup.zip] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5 /Mac-File-Cleanup.zip ) — unzip, then double-click ` Mac File Cleanup.app `
65+ - macOS: [ Mac-File-Cleanup.zip] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v3.0 /Mac-File-Cleanup.zip ) — unzip, then double-click ` Mac File Cleanup.app `
6666 ⚠️ ** First run** : If you see a security warning, see [ First Run Instructions (macOS)] ( #first-run-instructions-macos ) below.
67- - Windows: [ Win-File-Cleanup.exe] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5 /Win-File-Cleanup.exe ) — double-click to run
67+ - Windows: [ Win-File-Cleanup.exe] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v3.0 /Win-File-Cleanup.exe ) — double-click to run
6868
6969Prefer the CLI instead? Use the commands below.
7070
@@ -99,9 +99,9 @@ Fully automated, no prompts. See [Automation Guide](#automation--scripting) belo
9999Prefer double-click over the command line? Build or download a small desktop launcher for the web UI. The CLI/TUI stay exactly the same.
100100
101101- ** Download ready-to-run apps (no Python needed)** :
102- - macOS: [ Mac-File-Cleanup.zip] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5 /Mac-File-Cleanup.zip ) (contains ` Mac File Cleanup.app ` — unzip first, then double-click the ` .app ` )
103- - Windows: [ Win-File-Cleanup.exe] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5 /Win-File-Cleanup.exe )
104- - Source zip: [ EasyFileCleanup-2.5 -source.zip] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5 /EasyFileCleanup-2.5 -source.zip )
102+ - macOS: [ Mac-File-Cleanup.zip] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v3.0 /Mac-File-Cleanup.zip ) (contains ` Mac File Cleanup.app ` — unzip first, then double-click the ` .app ` )
103+ - Windows: [ Win-File-Cleanup.exe] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v3.0 /Win-File-Cleanup.exe )
104+ - Source zip: [ EasyFileCleanup-3.0 -source.zip] ( https://github.com/StewAlexander-com/File_Cleanup/releases/download/v3.0 /EasyFileCleanup-3.0 -source.zip )
105105- ** First run (macOS)** : See [ First Run Instructions (macOS)] ( #first-run-instructions-macos ) below for step-by-step instructions.
106106- ** Run** : Double-click; the web UI opens on ` http://127.0.0.1:<port> ` and your default browser opens automatically.
107107- ** Dependencies** : Python and Flask are already bundled in the apps; CLI ` --html ` still needs ` pip install Flask ` .
@@ -308,4 +308,4 @@ MIT License — free to use and modify. See [LICENSE](LICENSE) for full terms.
308308
309309---
310310
311- ** Version** : 2.5 | ** Last Updated** : December 2025
311+ ** Version** : 3.0 | ** Last Updated** : December 2025
0 commit comments