ComingUp
A terminal spreadsheet editor with Vim keybindings

A terminal spreadsheet editor with Vim keybindings

Apr 27, 2026 Developer Tools
spreadsheet terminal vim

Gallery

A terminal spreadsheet editor with Vim keybindings

About

While speccing out this spreadsheet tool, I realized that I never had to think about the keybindings. It all just came naturally from Vim. Normal/insert/visual modes, hjkl navigation, dd/yy/p, :w, :q. The usual muscle memory works.It supports CSV/TSV import and export, and a native .cell format that preserves formulas. The formula engine handles SUM, AVERAGE, COUNT, MIN, MAX, and IF with range references.The codebase is a Cargo workspace: a pure cell-sheet-core library (no TUI dependency) and a cell-sheet-tui crate on top of ratatui. Early days, but it's usable.To try it out: cargo install cell-sheet-tuiFeedback of any kind is greatly appreciated!

Comments (0)

No comments yet. Be the first to comment!