# 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](https://user-images.githubusercontent.com/68864205/128723885-d5906592-96b1-462c-89b2-635ed71cb03c.png) # 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