https://github.com/kingzcheung/bdzer
A Small Tool for Finding Duplicate Files
https://github.com/kingzcheung/bdzer
duplicate-files
Last synced: 29 days ago
JSON representation
A Small Tool for Finding Duplicate Files
- Host: GitHub
- URL: https://github.com/kingzcheung/bdzer
- Owner: kingzcheung
- Created: 2024-06-14T23:34:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T07:12:09.000Z (about 2 years ago)
- Last Synced: 2024-07-12T08:25:34.461Z (about 2 years ago)
- Topics: duplicate-files
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bdzer - A Small Tool for Finding Duplicate Files
### Installation
```
cargo build --release
```
### Usage
```
bdzer /path/to/dir /path/to/dir2
```
include extension
```
bdzer /path/to/dir /path/to/dir2 --include-ext 'txt'
```