A simple CLI CSV Reader.
The current suppported feature is to view the files with arrow keys, vim 'hjkl' navigation style, PgUp/PgDown, vim Ctrl-D/Ctrl-U page navigation style, and cell resizing.
To compile on Linux, simply compile with make command.
make
On the same directory as you compile it, simply execute the command by specifying the separator with -t
and the csv file.
./csvr -t ',' <csv file>