Skip to content

codegram01/goff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  ________        _____  _____ 
 /  _____/  _____/ ____\/ ____\
/   \  ___ /  _ \   __\\   __\ 
\    \_\  (  <_> )  |   |  |   
 \______  /\____/|__|   |__|   
        \/                     

Goff - Compare Folder and Files

goff is a command-line tool for compare folder and files change, written in Go.

Video when i create goff

Features

  • Compare Folder B vs A
    • What file new in folder B vs folder A
    • What file have deleted in folder B vs folder A
    • What file change content
      • What content change
  • Compare file B vs A

Usage

goff [path_old] [path_new]

Examples:

$ goff old-hello.txt new-hello.txt
$ goff old/hello.txt new/hello.txt
$ goff old new
$ goff old/abc new/abc

Install

Prerequisites: Install Golang

Option 1: Install Binary

go install github.com/codegram01/goff@latest

Option 2: Install and build from source

git clone https://github.com/codegram01/goff.git

cd goff

# Run code: 
go run . 

# Build 
go build .

# Install command 
go install 

About

Command-line tool for compare folder and files change, written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages