csviz

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2023 License: MIT Imports: 1 Imported by: 0

README

CSViz

Read and inspect CSVs directly from you terminal!

Installation

Using go install

If you have a Go environment ready to go, it's as easy as:

go install https://github.com/davidpalves/csviz
Building from source

Since this tool is written in Go you need to install the Go language/compiler/etc. Full details of installation and set up can be found on the Go language website.

Clone this repository:

git clone https://github.com/davidpalves/csviz.git

Once installed Go and cloned this repo, you have two options:

Compiling

CSViz has external dependencies, and so they need to be pulled in first:

go get && go build

This will create a csviz binary for you. If you want to install it in the $GOPATH/bin folder you can run:

go install

Usage

You can see the available flags of csviz using the following command:

./csviz

or

./csviz --help

The following output will be given:

Reads CSV directly from terminal

Usage:
  csviz [flags]

Flags:
  -f, --filepath string   Path to the CSV file to be read
  -h, --help              help for csviz

Demo

csviz -f examples/example.csv

Output: image

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL