tapr
is a table pretty-printer. Outputs a CSV or TSV file as nicely as possible by adjusting column widths.
Screenshot:
sh
cargo install tapr
``` USAGE: tapr [FLAGS] [input]
FLAGS: -c, --csv Force treat input as CSV -h, --help Prints help information -H, --header Print first line as a header -n, --line-number Print line number -t, --tsv Force treat input as TSV -V, --version Prints version information
ARGS: Input file ```
MIT/Apache-2.0