Most duplicate finders end with a list of files and a “delete” button. But cleaning up duplicates usually involves more than just deleting—you might want to move them to a separate folder first, rename them for clarity, or just preview what’s in the folder before deciding what to keep.
Sakarto’s file organizer is a separate, first‑class toolset with four dedicated modules—each built for a specific file‑management task, each designed to be used independently of the duplicate scanner.
And crucially: no scanning is required. You don’t need to wait for perceptual hashing or audio fingerprinting. Just open a folder and start working.
The four tools, in brief
Sakarto’s organizer is not a single tool. It’s four purpose‑built modules, each accessible from the Organize hub:
Media Viewer — browse any folder instantly. Images as thumbnails. Videos that play on hover. Audio with a custom player. Documents and archives as file cards. Read‑only, no modifications.
Bulk Delete — select multiple files and delete them all at once. Queue Mode stages your selection for review before anything is permanently removed.
Bulk Move — move selected files to a named destination subfolder in one click. Sakarto creates the folder automatically.
Bulk Rename — rename files using patterns: date stamps, counters, prefix/suffix, case changes, find‑and‑replace. Live preview shows every new filename before you commit.
These aren’t features tacked onto the duplicate finder. They’re standalone tools that work with any folder—duplicates or not. They’re also the essential companion to Sakarto’s duplicate scanners. Once you’ve found a group of duplicate files, you open the organizer, select the duplicates, and move or delete them in one operation.
Media Viewer: the fastest way to see what’s in a folder
The Media Viewer is the simplest tool in the organizer—and arguably the most underrated. It does exactly one thing: open a folder and display every file inside it as a visual card.
Images show as thumbnails. Videos autoplay on hover. Audio files get a custom player with a progress bar, time display, and play/pause button. Everything else—documents, PDFs, zip archives, executables—appears as a file card with an icon and metadata (name, size, modified date).
There’s no scanning, no analysis, no fingerprinting. The files are read directly from disk using the File System Access API. The thumbnails are generated from the file data itself—no server, no upload, no caching.
Use it when: You want to quickly preview a folder’s contents before deciding what to do with them. It’s also useful for verifying that a folder contains what you expect before running a bulk operation.
Links: Open Media Viewer
Bulk Delete: permanent removal, with a safety net
Bulk Delete is the most dangerous tool in Sakarto—and the one with the most safeguards. It lets you select any number of files and delete them all in one operation. Select files by clicking individual cards, or use box‑select (click and drag on empty space) to grab multiple files at once.
Why it’s dangerous: The File System Access API’s remove() method bypasses the OS recycle bin. Deleted files are permanently removed and cannot be recovered. There is no undo.
Why it’s safe: Queue Mode is on by default. When you click Delete, the files are staged in a Delete Queue tab, not deleted immediately. Switch to the queue tab, review every file in the list, remove any you change your mind about, and then click “Delete All Files” to execute. The queue tab shows filenames, file sizes, and thumbnails for images and videos, so you can verify each file before committing.
Use it when: You’ve identified files you’re certain you no longer need. Always use Queue Mode. Never execute without reviewing the queue first.
Links: Open Bulk Delete
Bulk Move: safer than deleting, faster than dragging
Bulk Move is the safe alternative to Bulk Delete. Instead of permanently removing files, it moves them to a destination subfolder inside the same root directory. Sakarto creates the destination folder automatically if it doesn’t exist.
Select any set of files, click Move, and they’re staged in the Move Queue. The queue tab lets you review the list, rename the destination folder, or remove files before executing. When you’re ready, click “Move All Files” and Sakarto moves every file in one batch operation.
Use it when: You want to archive old files, sort a messy downloads folder, or separate a set of images into their own folder without deleting anything. It’s also the recommended first step when cleaning up duplicates—move the duplicates to a separate folder, review them over a few days, then delete only the ones you’re certain you don’t need.
Links: Open Bulk Move
Bulk Rename: pattern‑based renaming with live preview
Bulk Rename is the most sophisticated tool in the organizer. It lets you rename multiple files at once using flexible patterns, with a live preview that shows exactly what every new filename will be before you commit.
Available patterns:
- Prefix — add text to the beginning of every filename
- Suffix — add text to the end (before the extension)
- Numbering — add a sequential counter (with configurable padding, e.g.,
01,001) - Date — add creation or modification date in any format (e.g.,
YYYY-MM-DD) - Find & replace — replace any text within filenames with something else
- Case conversion — upper case, lower case, title case, or sentence case
- Remove text — strip prefixes, suffixes, or any matching text pattern
The live preview updates instantly as you adjust any pattern. If a conflict is detected (two files would end up with the same name), a warning is shown and the conflicting files are highlighted. You can’t execute the rename until all conflicts are resolved.
Use it when: You have a folder full of files with inconsistent or unhelpful filenames. Camera exports (IMG_001, DSC_2024), messy downloads, or scanned documents that need a consistent naming scheme.
Links: Open Bulk Rename
A typical workflow: using Organizer with Duplicate Finder
Sakarto’s duplicate finders and its file organizer are complementary, not redundant. The duplicate finders tell you what to act on. The organizer gives you the tools to act.
Here’s a typical workflow:
- Open Find Duplicates and scan a folder. Duplicate groups appear.
- Open Media Viewer to preview the files in a group.
- Open Bulk Move to move the duplicates you want to archive.
- Open Bulk Delete to permanently remove the ones you’re certain you don’t need.
- Open Bulk Rename to clean up the filenames of the files you’re keeping.
The duplicate finders are analysis tools. The organizer is an action toolkit. They’re designed to work together, but each can be used independently.
Privacy and local execution
Like every other Sakarto tool, the file organizer runs entirely in your browser. No network requests. No uploads. No telemetry. The File System Access API handles all file reading, writing, moving, and deletion—the browser acts as the interface to your local filesystem.
Open DevTools → Network tab during any operation: zero outbound requests. Your files never leave your device.
Limitations and known constraints
Move and Delete require Chrome or Edge — the File System Access API is Chromium-only. Firefox and Safari users can browse folders via a fallback file picker but cannot move or delete files.
Cross‑folder moves are not supported — Bulk Move can only move files to a subfolder inside the current root directory. Moving files to a completely different drive or folder hierarchy is not possible with the current API.
Deletion is permanent — the
remove()method bypasses the recycle bin. Queue Mode exists for exactly this reason. Always review the queue before executing.Large folders may be slow — Media Viewer reads file metadata and generates thumbnails for every file in a folder. For folders with 5,000+ files, there may be a brief delay while thumbnails are generated.
The verdict
Sakarto’s file organizer is not a replacement for a full‑featured file manager. It doesn’t have a tree view, drag‑and‑drop between folders, or support for moving files across drives. That’s not the point.
The point is to provide a set of focused, privacy‑respecting, browser‑based tools for the most common file‑management tasks that arise when organizing media: browsing a folder quickly, deleting files permanently, moving files to a subfolder, and renaming a batch of files consistently. These are the tasks that you need after running a duplicate scan—or when you just want to clean up a messy folder without installing a single piece of software.
If you’re already using Sakarto’s duplicate finders, the organizer is the natural next step. If you’ve never used Sakarto at all, the organizer is a perfectly good reason to start.
What to read next
- Why Sakarto Might Be the Most Versatile Duplicate Finder — a deep dive into Sakarto’s architecture
- Seven Ways to Catch a Duplicate — a field guide to Sakarto’s visual algorithms
- Reverse Search: Upload One File, Find Every Copy — how to use Sakarto’s reverse search feature
Ready to organize your files?
- Media Viewer — browse any folder instantly
- Bulk Delete — permanently remove files with queue‑based safety
- Bulk Move — move files to a subfolder in one click
- Bulk Rename — rename files with patterns and live preview
- All Organize Tools — the complete toolkit
