Skip to content

shivbhatia10/csvtui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This a terminal based csv manipulator written in Rust. It's extremely personalised and I wouldn't recommend it for large files, I mainly use it for a small TODO list.

The keybindings are inspired by Vim but are not exactly the same.

For visual mode:

  • h, j, k, l == regular movement one cell at a time
  • g == go to first row in the file
  • G == go to last row in the file
  • I == go to first column
  • A == go to last column
  • i == insert mode
  • n == create new column after the current one
  • N == create new column before the current one
  • H == edit column name

For insert mode:

  • Enter == exit insert mode

About

A terminal based csv editor written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages