csvpretty-0.1.0 is not a library.
csvpretty
A command-line tool that formats CSV input into tables with Unicode box-drawing characters.
Output style and color themes are based on csvlens.
Installation
Usage
|
Options
Format CSV input into a beautiful table
Usage: csvpretty [OPTIONS]
Options:
--wrap <WRAP> Text wrapping mode: word, char, or none [default: word] [possible values: word, char, none]
-n, --line-numbers Show line numbers
--no-color Disable column colors
-h, --help Print help
Examples
# Basic usage with colors and word wrapping
|
# With line numbers
|
# No wrapping, for use with pager
| |
# Without colors
|
License
MIT