imgdedup

CLI tool for image duplicate detection

MIT License

Stars
32

Bot releases are visible (Hide)

imgdedup - v0.4.0 Latest Release

Published by donatj about 1 year ago

What's Changed

  • Breaking Change: Rewrote default output to be more human readable
    • Old output format available via flag -format=classic
  • Utilize os.UserCacheDir instead of $HOME/.cache
  • Switched to a better progress bar library
  • Added the -no-progress flag to disable the progress bar
  • Updated build process to include universal darwin binaries
  • Increased minimum Go version to 1.20

Pull Requests

Dependabot Updates

New Contributors

Full Changelog: https://github.com/donatj/imgdedup/compare/v0.3.0...v0.4.0

imgdedup - Rewrite/Refactor

Published by donatj over 4 years ago

Large refactor/rewrite of basically the entire thing.

  • main was moved into /cmd/imgdedup such that the diffing can be used as a library
  • Cache moved from ~/.imgdedup -> ~/.cache/imgdedup
  • Large rewrite of most of the code.
  • Added JSON formatted output
imgdedup - Quicker, Better, Updated, More Modern, More Better Caching

Published by donatj about 5 years ago

imgdedup - Initial Release

Published by donatj over 9 years ago