quicktable

command module
v0.0.0-...-0c55495 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2022 License: MIT Imports: 6 Imported by: 0

README

quicktable

Generate beautiful CLI tables on the fly, from CSV files.

Getting startedInstallationCLI

Getting started

asciicast

quicktable -f data.csv                           # Generate table from a CSV file
quicktable -h                                    # Print help section
quicktable -f Sample100.csv -c "100 CSV Records" # Generate table with custom captions
quicktable -f Sample100.csv -o something.txt     # Output table to file something.txt

Installation

Install directly from go:

$ go install github.com/HoangTuan110/quicktable

CLI

Generate beautiful CLI tables on the fly from CSV files.

Options:

  -h, --help      display help information
  -f, --file      file to parse
  -c, --caption   caption for table
  -o, --output    Output to file

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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