Skip to content
/ csvu Public

csvu is a very simple CSV colorizer, written in Golang

License

Notifications You must be signed in to change notification settings

hachi8833/csvu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/hachi8833/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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages