Skip to content

mpkondrashin/same

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Same

Lightning fals search for file duplicates in given folder

Copyright 2022 Michael Kondrashin mkondrashin@gmail.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

License

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Build:

    git clone --depth 1 https://github.com/mpkondrashin/same.git
    cd same
    go build

Usage:

    ./same [options] folder [folder...]

Available options:

  -hash string
    	hash algorithm. Available values: md5, sha1, sha256 (default "md5")
  -log string
    	log file path
  -report string
    	report file path
  -script string
    	remove duplicates script file path (default "rm.sh")
  -verbose
    	verbose mode

About

Lightning Fast Find Files Duplicates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages