Skip to content

CLI tool to easily get differential parts of files

Notifications You must be signed in to change notification settings

Fishmansky/godiffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

CLI tool to easily get differential parts of files built with buffio, os and flags libraries.

Usage

Simply pass two text files as parameters like below (flags are optional):

godiffer [<flag>] <input_file1> <input_file2>

There are 4 options to choose from:

  -d	a difference set (default)
  -i	an intersection set
  -s	a symetric difference set
  -u	an union set

About

CLI tool to easily get differential parts of files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages