Skip to content

Latest commit

 

History

History

deduplicate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Deduplicate

Parsing through long lists of endpoints, full of params, became a hassle? You want to get out? Say no more, Deduplicate is the solution. With less than 200 lines of code, written in Go, it will remove any duplicates from your lists and make visual parsing a bliss.

I made this so that I can go faster through wayback urls output.

How does it work?

Glad you asked. It formats an url to %host%path%query_names, checks if the url was already found, if not, adds it into the map.

Install

go get github.com/nytr0gen/deduplicate

Usage

echo domain | waybackurls | deduplicate --hide-useless --sort