Skip to content

Commit dabe501

Browse files
author
Stew Alexander
committed
Update download links and version to v2.5
1 parent 0da2480 commit dabe501

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Organizes files by extension into dedicated folders. Perfect for cleaning up clu
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 UI), terminal users (TUI), and developers/devops (automation)
99
- **Quick start**: Download the app and double-click (Flask already bundled)
10-
- macOS: [Mac File Cleanup](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v1.5/Mac%20File%20Cleanup)
11-
- Windows: [Win-File-Cleanup.exe](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v1.5/Win-File-Cleanup.exe)
10+
- macOS: [Mac File Cleanup](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5/Mac%20File%20Cleanup)
11+
- Windows: [Win-File-Cleanup.exe](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5/Win-File-Cleanup.exe)
1212
- Or CLI: `python3 Easy-File-Cleanup.py --html` (needs Flask installed) / `python3 Easy-File-Cleanup.py ~/Downloads`
1313

1414
## Table of Contents
@@ -78,9 +78,9 @@ Fully automated, no prompts. See [Automation Guide](#automation--scripting) belo
7878
Prefer double-click over the command line? Build or download a small desktop launcher for the web UI. The CLI/TUI stay exactly the same.
7979

8080
- **Download ready-to-run apps (recommended)**:
81-
- macOS: [Mac File Cleanup](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v1.5/Mac%20File%20Cleanup)
82-
- Windows: [Win-File-Cleanup.exe](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v1.5/Win-File-Cleanup.exe)
83-
- Source zip: [EasyFileCleanup-1.5-source.zip](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v1.5/EasyFileCleanup-1.5-source.zip)
81+
- macOS: [Mac File Cleanup](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5/Mac%20File%20Cleanup)
82+
- Windows: [Win-File-Cleanup.exe](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5/Win-File-Cleanup.exe)
83+
- Source zip: [EasyFileCleanup-2.5-source.zip](https://github.com/StewAlexander-com/File_Cleanup/releases/download/v2.5/EasyFileCleanup-2.5-source.zip)
8484
- **Run**: Double-click the downloaded file; the web UI opens on `http://127.0.0.1:<port>` (browser auto-opens).
8585
- **Dependencies**: Flask is already bundled in the apps; no install needed. For CLI `--html`, install Flask: `pip install Flask`.
8686
- **Security**: Localhost-only (no external access).
@@ -238,4 +238,4 @@ Open source - available for use and modification.
238238

239239
---
240240

241-
**Version**: 1.5 | **Last Updated**: December 2025
241+
**Version**: 2.5 | **Last Updated**: December 2025

0 commit comments

Comments
 (0)