An open API service indexing awesome lists of open source software.

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

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'
```