Crates.io | cic |
lib.rs | cic |
version | 0.1.0 |
source | src |
created_at | 2021-08-29 22:17:31.2269 |
updated_at | 2021-08-29 22:17:31.2269 |
description | An interactive csv editor. |
homepage | |
repository | |
max_upload_size | |
id | 443910 |
size | 33,259 |
cic
Change Interactive CSVA command line utility for viewing and editing csvs. Work in progress.
Goal is to have somethat that appears like excel, taking up the entire terminal window and uses vim-bindings to navigate to different cells to edit them. This will NOT have any "excel" computational functionality, it will only store/edit static data (that is, csvs).
hjkl movement c update cell with new value (prompt for overwrite) a edit cell value (prompt with update) dd delete row o new row
types of modes:
Maybe separate user input and actual commands?
terminal event + mode -> action