1 unstable release

0.1.4 Nov 5, 2021

#19 in #spreadsheet

MIT license

260KB
877 lines

Contains (ELF exe/lib, 555KB) binary/clicsv

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

Dependencies

~785KB
~12K SLoC