The purpose
Build a CLI tool for reading CSV files.
The Tools
For this project it was used:
- C Language
- NCurses
- GNU autotools
- Unit Test for C
Installer
To install it, just execute:
curl https://blog.vepo.dev/assets/bin/get-csvi | sudo bash
Then you can easily see your csv files with:
csvi some-file.csv
$ csvi -h
csvi - CSV Viewer 0.0.1
Usage: csvi [options] file
Options: Default Values
--separator -s Cell Separator ;
--help -h Print this message
--version -v Print the version of this build
Any questions: @vepo