Crates.io | clicsv |
lib.rs | clicsv |
version | 0.1.4 |
source | src |
created_at | 2021-11-05 19:38:59.260419 |
updated_at | 2021-11-05 19:38:59.260419 |
description | CommandLine Spreadsheet Editor |
homepage | https://github.com/sudo-shaka/clicsv |
repository | https://github.com/sudo-shaka/clicsv |
max_upload_size | |
id | 477478 |
size | 685,140 |
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.
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