https://github.com/m-manu/go-find-duplicates Skip to content Sign up * Why GitHub? Features - + Mobile - + Actions - + Codespaces - + Packages - + Security - + Code review - + Issues - + Integrations - + GitHub Sponsors - + Customer stories- * Team * Enterprise * Explore + Explore GitHub - Learn and contribute + Topics - + Collections - + Trending - + Learning Lab - + Open source guides - Connect with others + The ReadME Project - + Events - + Community forum - + GitHub Education - + GitHub Stars program - * Marketplace * Pricing Plans - + Compare plans - + Contact Sales - + Education - [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} m-manu / go-find-duplicates * Notifications * Star 52 * Fork 3 A fast and simple tool to find duplicate files (photos, videos, music, documents) on your computer, portable hard drives etc. Apache-2.0 License 52 stars 3 forks Star Notifications * Code * Issues 0 * Pull requests 1 * Actions * Projects 0 * Wiki * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Wiki * Security * Insights main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 1 branch 2 tags Code * Clone HTTPS GitHub CLI [https://github.com/m] Use Git or checkout with SVN using the web URL. [gh repo clone m-manu] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Go back Launching Xcode If nothing happens, download Xcode and try again. Go back Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @m-manu m-manu Update README.md ... 90e3eae Jun 13, 2021 Update README.md changed to travis-ci.com 90e3eae Git stats * 3 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time bytesutil First cut with basic set of features, well tested Jun 12, 2021 entity travis build; license; lint fixes; readme improvements Jun 12, 2021 fmte First cut with basic set of features, well tested Jun 12, 2021 service travis build; license; lint fixes; readme improvements Jun 12, 2021 utils First cut with basic set of features, well tested Jun 12, 2021 .dockerignore First cut with basic set of features, well tested Jun 12, 2021 .gitignore First cut with basic set of features, well tested Jun 12, 2021 .travis.yml travis build; license; lint fixes; readme improvements Jun 12, 2021 Dockerfile First cut with basic set of features, well tested Jun 12, 2021 LICENSE travis build; license; lint fixes; readme improvements Jun 12, 2021 README.md Update README.md Jun 13, 2021 default_exclusions.txt First cut with basic set of features, well tested Jun 12, 2021 go.mod First cut with basic set of features, well tested Jun 12, 2021 go.sum First cut with basic set of features, well tested Jun 12, 2021 main.go First cut with basic set of features, well tested Jun 12, 2021 View code Go Find Duplicates Introduction How to install and use? Direct Through Docker README.md Go Find Duplicates Build Status Go Report Card Go Reference License Introduction A blazingly-fast simple-to-use tool to find duplicate files (photos, videos, music, documents etc.) on your computer, portable hard drives etc. How to install and use? Two ways: (one direct, one through docker) Direct To install: 1. Install Go version at least 1.16 + On Ubuntu: snap install go + On Mac: brew install go + For any other OS: Go downloads page 2. Run command: go get github.com/m-manu/go-find-duplicates 3. Ensure $HOME/go/bin is part of $PATH To use: go-find-duplicates {dir-1} {dir-2} ... {dir-n} For more options and help, run: go-find-duplicates -help Through Docker docker run --rm -v /Volumes/PortableHD:/mnt/PortableHD manumk/go-find-duplicates:latest go-find-duplicates -output=print /mnt/PortableHD In above command: * option --rm removes the container when it exits * option -v is mounts host directory /Volumes/PortableHD as /mnt/ PortableHD inside the container About A fast and simple tool to find duplicate files (photos, videos, music, documents) on your computer, portable hard drives etc. Resources Readme License Apache-2.0 License Releases 2 v1.0.1 Latest Jun 12, 2021 + 1 release Languages * Go 99.2% * Dockerfile 0.8% * (c) 2021 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.