# 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](https://github.com/YS-L/csvlens).
## Installation
```bash
cargo install --path .
```
## Usage
```bash
### 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
```bash
# Basic usage with colors and word wrapping
# With line numbers
# No wrapping, for use with pager
# Without colors
## License
MIT