| Crates.io | clicsv |
| lib.rs | clicsv |
| version | 1.1.0 |
| created_at | 2021-11-05 19:38:59.260419+00 |
| updated_at | 2025-12-01 14:37:02.186022+00 |
| description | CommandLine Spreadsheet Editor |
| homepage | https://github.com/sudo-shaka/clicsv |
| repository | https://github.com/sudo-shaka/clicsv |
| max_upload_size | |
| id | 477478 |
| size | 42,521 |
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: (this will be the most up to date)
with cargo installed, run:
cargo install clicsv
If you are on NetBSD, a package is available from the official repositories. To install it, simply run:
pkgin install clicsv
Enter/Return = Put cell into edit mode
Control+Q = quit
Control+C = copy highlighted cells
Control+X = cut highlighted cells
Control+P = paste selection
Control+S = save file
Control+Z = undo
Arrow Keys (Direction) = scroll through cells
Control+Direction = singular highlight
Shift+Direction = highlight from cell to terminus of that direction