ilius / csvu

csvu is a very simple CSV colorizer, written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

csvu is a very simple CSV colorizer, written in Golang.

Inspired by a rainbow_csv plugin for vim. Just read "cs-view".

Installation

If you have the environment for Golang development, just do the following:

go get github.com/ilius/csvu

Usage

csvu has the traditional stdin/stdout.

cat sample.csv|csvu

Note that csvu has no other features such as specifying encodes. If you need to change encoding of the CSV, just use another command such as nkf.

cat sample.csv|nkf|csvu

About

csvu is a very simple CSV colorizer, written in Golang

License:MIT License


Languages

Language:Go 100.0%