Skip to content

Dmitriy-Vas/go-file-copies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-file-copies

A Go program to get duplicates from specified paths.

Table of Contents

Images

Flags

  • config - specify the path to your config file, which has paths to directories with duplicates.
  • output - specify the path to the output file with results.

Install

Compile for yourself

Install Go and run compile.sh from the terminal. Binaries will be placed in the "build" directory.

Use precompiled binaries

Download binary for your system from releases

Run

Rename config-sample.json to config.json and add paths with duplicates to "dirs".
The program will take all files recursively from specified directories.
You can specify paths to config and output via flags.
Go to the directory with the program and run it like usual binary.