#spreadsheet #csv #cli

app clicsv

CommandLine Spreadsheet Editor

15 releases (8 stable)

1.0.9 Jan 26, 2025
1.0.8 Dec 31, 2024
0.2.1 Dec 29, 2024
0.1.8 Dec 29, 2024
0.1.4 Nov 5, 2021

#354 in Command line utilities

Download history 1/week @ 2024-12-07 997/week @ 2024-12-28 100/week @ 2025-01-04 10/week @ 2025-01-11 112/week @ 2025-01-25 19/week @ 2025-02-01 14/week @ 2025-02-08 28/week @ 2025-02-15 2/week @ 2025-02-22 15/week @ 2025-03-01

57 downloads per month

MIT license

43KB
1K SLoC

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: (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

Usage

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

Dependencies

~2MB
~30K SLoC