clicsv

Crates.ioclicsv
lib.rsclicsv
version
sourcesrc
created_at2021-11-05 19:38:59.260419
updated_at2025-01-26 03:44:14.662208
descriptionCommandLine Spreadsheet Editor
homepagehttps://github.com/sudo-shaka/clicsv
repositoryhttps://github.com/sudo-shaka/clicsv
max_upload_size
id477478
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(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: (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

Commit count: 94

cargo fmt