A command line tool to view CSV files in a pretty table format.
pip install git+https://github.com/a60814billy/csv-table-viewcsv-view path/to/your/file.csvFor example:
csv-view connections.csvThis will display your CSV file in a nicely formatted table in the terminal.
- Python >=3.7
- rich >=10.0.0