cic

Crates.iocic
lib.rscic
version0.1.0
sourcesrc
created_at2021-08-29 22:17:31.2269
updated_at2021-08-29 22:17:31.2269
descriptionAn interactive csv editor.
homepage
repository
max_upload_size
id443910
size33,259
Dave Purdum (rutrum)

documentation

README

cic Change Interactive CSV

A 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).

Notes

Keybinds

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:

  • movement
    • move direction
    • add row
    • delete row
  • prompt/command
    • add column
    • delete column (with prompt?)
  • visual
    • move rows around
    • move columns around?
  • insert

Maybe separate user input and actual commands?

terminal event + mode -> action

Commit count: 0

cargo fmt