goff

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2024 License: MIT Imports: 9 Imported by: 0

README

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

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 

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL