clicsv 0.1.4

CommandLine Spreadsheet Editor
clicsv-0.1.4 is not a library.

CLICSV

I was tired of having to open up a spreadsheet editor when working with data in the terminal and wanted to get more familiar with the rust programming language so I decided to make this. It's a command-line csv text editor written in rust. Currently a work in progress and needs refactoring, but is functional.

Screenshot

Installation

From souce: with rust installed run: git clone https://github.com/sudo-shaka/clicsv.git cd clicsv cargo build sudo mv target/debug/clicsv /usr/bin/clicsv A binary for linux is also available in binary folder