tsklxiv · GitHub

Quicktable logo; A 2x2 black grid with a yellow background

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

Read the original on github.com ↗