Sheets Terminal Spreadsheet Skill by ara.so — Daily 2026 Skills collection. Sheets is a terminal-based spreadsheet TUI (Terminal User Interface) for viewing and editing CSV files directly in your terminal. It features vim-style navigation, formula support, visual selection, search, undo/redo, and a command mode — all without leaving the terminal. --- Installation Using Go Download Binary Download a prebuilt binary from GitHub Releases. Verify Installation --- CLI Usage Launch the TUI Read from stdin Or pipe from another command: Read a Specific Cell Read a Cell Range Modify Cells (Non-Interac…