Sheets is an open-source, terminal-based spreadsheet tool that provides a Vim-inspired text user interface for managing CSV data. It allows users to read, modify, and navigate spreadsheets directly from the command line using familiar keyboard shortcuts and commands.
Highlights
Vim-inspired navigation and editing modes (h,j,k,l, i, ESC, visual selection)
Supports reading specific cells, ranges, and stdin input directly from the CLI
Includes formula support in visual mode and command-line operations like :w and :q
Lightweight installation via Go or pre-compiled binaries with an MIT license
auto-generated
maaslalani · via GitHub
Context
Audience
Developers and power users comfortable with terminal environments