/go-vericred

A cli to search for unique values in files containing JSON lines.

Primary LanguageGo

Introduction

go-vericred is a cli tool designed to search for unique values in datasets with ease.

Currently works with json lines only.

Required Tools

Make sure you have ripgrep , parsort installed in your system.

Installation

Make sure you have go installed in your machine for this method.

go install github.com/roshanlc/go-vericred@latest

Other Method:

Coming soon..