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

https://github.com/rzru/deduper

simple program that deletes duplicate files from a folder
https://github.com/rzru/deduper

Last synced: 4 days ago
JSON representation

simple program that deletes duplicate files from a folder

Awesome Lists containing this project

README

        

# deduper

It's a simple program that helps you to delete duplicated files from a chosen folder. It uses crc32 checksum checking to find out duplicates.

## Usage

```
dedup 0.1.1
rzru
Deletes duplicated files in chosen folder

USAGE:
deduper [OPTIONS]

ARGS:
Path to directory

OPTIONS:
-h, --help Print help information
-i, --ignore-dir Delete duplicate files even if they are in different directories (default =
false)
-r, --recursive Process inner directories (default = false)
-V, --version Print version information
```

**NOTE**: If you are using debug version with `cargo run` - pass arguments after `--` like this `cargo run -- ~/Downloads`

## License

[MIT](https://opensource.org/licenses/MIT)