Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrinjamul/go-dupfinder

Duplicate File Finder.
https://github.com/mrinjamul/go-dupfinder

cleaner duplicate-detection utility

Last synced: 3 months ago
JSON representation

Duplicate File Finder.

Awesome Lists containing this project

README

        

# go-dupfinder

We are currently working on a tool that will find duplicate files in a directory.

Note: Always use latest version

## WIP : use it at your own risk

Work in progress.

I will complete this project in my spare time later.

## Building

For Production,

```sh
go build -ldflags="-X 'github.com/mrinjamul/go-dupfinder/app.Version=$(git describe --tags $(git rev-list --tags --max-count=1) || echo "dev")' -X 'github.com/mrinjamul/go-dupfinder/app.GitCommit=$(git rev-parse HEAD)'"
```

## License

open-sourced under [MIT License](LICENSE)