Skip to content

syarifhsb/csvr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVR

A simple CLI CSV Reader.

Demo CSVR

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.

Compilation

To compile on Linux, simply compile with make command.

make

Usage

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>

About

A simple command line CSV reader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published