Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrinjamul/go-dupfinder
- Owner: mrinjamul
- License: mit
- Created: 2021-11-12T13:57:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T10:49:05.000Z (over 2 years ago)
- Last Synced: 2024-10-02T09:27:06.523Z (4 months ago)
- Topics: cleaner, duplicate-detection, utility
- Language: Go
- Homepage: https://mrinjamul.github.io/go-dupfinder
- Size: 59.6 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)