clicsv

Crates.ioclicsv
lib.rsclicsv
version0.1.4
sourcesrc
created_at2021-11-05 19:38:59.260419
updated_at2021-11-05 19:38:59.260419
descriptionCommandLine Spreadsheet Editor
homepagehttps://github.com/sudo-shaka/clicsv
repositoryhttps://github.com/sudo-shaka/clicsv
max_upload_size
id477478
size685,140
(sudo-shaka)

documentation

README

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

Commit count: 45

cargo fmt