sc-im

Terminal spreadsheet program with vim-like keybindings and ncurses interface.

brewmacoslinux
Try with needOr install directly
Source

About

Spreadsheet program for the terminal, using ncurses

Commands

sc-im

Examples

open and edit a spreadsheet file$ sc-im myfile.csv
create a new spreadsheet from scratch$ sc-im
export spreadsheet data to CSV format$ sc-im -b myfile.sc -o output.csv
work with spreadsheets in a remote SSH session$ ssh user@host 'sc-im data.sc'
navigate and edit cells with keyboard shortcuts$ sc-im && # Press 'h' for help, use vim-like movement keys