Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ The app scans only folders the user grants through macOS folder selection or sto

The name is intentional: StorageScope is not a black-box cleaner. It scopes storage pressure, separates verified duplicates from review-only suggestions, and helps the user decide what to reclaim.

![StorageScope overview](docs/images/storagescope-overview.png)
**Current release:** v0.7.0, focused on scan control, live results, pause/resume, folder exclusions, and redacted presentation mode for screen sharing.

[Download v0.7.0](https://github.com/RasputinKaiser/StorageScope/releases/download/v0.7.0/StorageScope-0.7.0.dmg) · [Changelog](docs/changelog.html) · [Privacy](PRIVACY.md) · [GitHub Pages](https://rasputinkaiser.github.io/StorageScope/)

![StorageScope v0.7.0 overview with redacted file and folder names](docs/images/storagescope-overview.png)

## What's New In v0.7.0

- Live scan results stream into the storage views while the scan is still running.
- Pause, resume, and cancel controls keep long scans understandable and interruptible.
- Folder exclusions let scans skip folders such as `node_modules`, `.git`, and cache directories entirely.
- Redaction mode masks file and folder names/paths with stable placeholders for screenshots and screen sharing.
- Cleanup Review keeps verified duplicate reclaim separate from review-only cleanup suggestions.

## Highlights

Expand All @@ -24,6 +36,18 @@ The name is intentional: StorageScope is not a black-box cleaner. It scopes stor
- Transactional cleanup batches that collapse nested selections, disclose mixed-confidence risk, use macOS Trash APIs, and roll back earlier moves if a later move fails.
- Broad-scan memory controls that retain a bounded UI tree while preserving full-scan summary results.

## Screenshots

The screenshots below were captured from the v0.7.0 macOS build with redaction mode enabled, so placeholder names are visible while sizes, counts, and cleanup classifications remain real.

| Overview | Cleanup Review |
| --- | --- |
| ![StorageScope overview showing reclaim lanes and redacted folder names](docs/images/storagescope-v070-overview-redacted.png) | ![StorageScope cleanup review showing verified duplicate reclaim and redacted file names](docs/images/storagescope-v070-cleanup-redacted.png) |

| Privacy Setting |
| --- |
| ![StorageScope settings showing the Redact file and folder names toggle enabled](docs/images/storagescope-v070-settings-redaction.png) |

## Use Cases

StorageScope is designed for people looking for a transparent alternative to black-box Mac cleaner utilities:
Expand Down
Binary file modified docs/images/storagescope-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading