Skip to content

Assaf-V-m/fcompare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

fcompare - A tiny file comparison program written in go

This is a quick way for locating identical files in a folder.

Pass the folder you want to check to the program

Build

go get -u github.com/omerh/fcompare
# If GOPATH is set
cd $GOPATH/src/github.com/omerh/fcompare
# If no GOPATH is set
cd ~/go/src/github.com/omerh/fcompare
go build

Run

fcompare [-t] <directory>

Args

arg name type default value usage
t bool false set to true for calculating hashes in parallel

About

Simple file comparison written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%