Skip to content
/ copyz Public

Duplicate file finder GUI / utility for reviewing and deleting duplicates

Notifications You must be signed in to change notification settings

vgo0/copyz

Repository files navigation

Copyz

Duplicate file finder GUI / utility for reviewing and deleting duplicates. Uses Tauri for lightweight platform agnostic frontend / Rust backend.

Simple Next.js frontend.

Usage

Choose directories to search and decide to search recursively or just the top level folder. Review the results with a side by side comparison option. Keyboard shortcuts are available to quickly review and manage results (See Show Shortcuts button on results page) image image image image

Local Dev

npm i
cargo install tauri-cli
cargo tauri dev

Build

cargo tauri build