Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 927 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 927 Bytes

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