Skip to content

cxnkk/findup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findup

A command-line tool to find duplicate files.

Implementation

  • Efficient — Uses (SHA-256) hashing to accurately identify duplicate content.
  • Recursive - Scans the target directory and all its subdirectories.

Usage

# Scan the '~/Downloads' directory
cargo run -- ~/Downloads
Scanning /home/user/Downloads...

Hash: 0e4dd12b... (1.2 MB each)
  - /home/user/Downloads/report.pdf
  - /home/user/Downloads/archive/report_final_copy.pdf

Hash: 5a8a7f05... (1.3 MB each)
  - /home/user/Downloads/images/vacation.jpg
  - /home/user/Downloads/archive/holiday.jpg

Scan complete.

License

Licensed under Apache License, Version 2.0 or MIT License at your discretion.

Contribution

Contributions to this crate will be dual-licensed under Apache-2.0 and MIT by default, unless specifically indicated otherwise.

About

A command-line tool to find duplicate files.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages