Skip to content

Version 2.5

Choose a tag to compare

@StewAlexander-com StewAlexander-com released this 09 Dec 14:53
· 38 commits to master since this release

What's new (v2.5)

  • Fixed Mac app build: Now creates proper macOS .app bundle (Mac-File-Cleanup.zip contains Mac File Cleanup.app)
  • Rebuilt desktop apps with bundled Flask under new names: Mac File Cleanup and Win-File-Cleanup
  • Updated README download links to v2.5 assets
  • Automation/build scripts aligned with new names
  • CLI/TUI unchanged; CLI --html still expects Flask installed locally

Downloads

  • macOS app: Mac-File-Cleanup.zip (contains Mac File Cleanup.app — unzip first, then double-click the .app)
  • Windows app: Win-File-Cleanup.exe
  • Source: EasyFileCleanup-2.5-source.zip

How to run

macOS

  1. Download and unzip Mac-File-Cleanup.zip
  2. Double-click Mac File Cleanup.app (first run: right-click and select "Open" if you see a security warning)
  3. The web UI opens automatically in your browser

Windows

  1. Download Win-File-Cleanup.exe
  2. Double-click to run
  3. The web UI opens automatically in your browser

CLI

  • Web interface: python3 Easy-File-Cleanup.py --html (requires Flask installed)
  • Direct organize: python3 Easy-File-Cleanup.py ~/Downloads

Notes

  • Security: localhost-only; no external access
  • macOS first run: If you see a security warning, right-click the .app and select "Open" to bypass Gatekeeper
  • Flask is bundled in the desktop apps; CLI --html still requires manual Flask installation