Skip to content

comx is a tool to compare the contents of two files and return the unique data

Notifications You must be signed in to change notification settings

SharokhAtaie/comx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

comx

comx is a tool to compare the contents of two files and return the unique data

Installation

go install github.com/SharokhAtaie/comx@latest

Usage

sub1.txt:
sub.google.com
sub1.google.com
sub2.google.com
sub3.google.com
sub4.google.com


sub2.txt:
sub1.google.com
sub2.google.com
sub3.google.com
sub4.google.com
sub5.google.com
➜  comx -f1 sub1.txt -f2 sub2.txt               

 ██████╗ ██████╗ ███╗   ███╗██╗  ██╗
██╔════╝██╔═══██╗████╗ ████║╚██╗██╔╝
██║     ██║   ██║██╔████╔██║ ╚███╔╝ 
██║     ██║   ██║██║╚██╔╝██║ ██╔██╗ 
╚██████╗╚██████╔╝██║ ╚═╝ ██║██╔╝ ██╗
 ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝  ╚═╝
                                Created by WatchDogs :)

[sub1.txt] Unique Content:
sub.google.com

[sub2.txt] Unique Content:
sub5.google.com

Video

Speacial Thanks to ProjectDiscovery Team for the great libraries.

About

comx is a tool to compare the contents of two files and return the unique data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages