blacknon / gsv

gsv transforms a multi-line CSV into one-line CSV to make it easier to grep.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gsv

Table of Contents

test codecov

gsv transforms a multi-line CSV into one-line CSV to make it easier to grep. gsv is heavily inspired by gron.

gsv1

1. Usage

cat sample.csv
cat sample.csv | gsv
cat sample.csv | gsv | grep test
cat sample.csv | gsv | grep test | gsv -u

2. Installation

go install github.com/jiro4989/gsv@main

or download executables from GitHub Releases.

About

gsv transforms a multi-line CSV into one-line CSV to make it easier to grep.

License:MIT License


Languages

Language:Go 100.0%