**Sheets** is a terminal-based spreadsheet tool for handling CSV files via a text user interface.
It supports launching files with `sheets budget.csv`, reading cells or ranges from stdin or files, modifying cells, navigation with vim-like keys (h,j,k,l), editing (i, ESC), visual selection (v), copying (y), cutting (x), pasting (p), undo (u), and commands like :w to save or :q to quit. Installation uses `go install github.com/maaslalani/sheets@main` or binaries from releases; licensed under MIT.