Thijsvanede / less-csv

A linux csv file reader like the less file reader on linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

less-csv

A program for reading csv files from the command line.

Requirements

pip3 install numpy

Usage

From the command line call less-csv with the csv file to read as an argument.

less-csv <your_csv_file.csv>

About

A linux csv file reader like the less file reader on linux

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%