Skip to content
Tech News
← Back to articles

sc-im Spreadsheets in Your Terminal

read original get Vim Spreadsheets Plugin → more articles
Why This Matters

The latest version of sc-im, a terminal-based spreadsheet tool, highlights ongoing community-driven development and the importance of open-source contributions in maintaining versatile, lightweight software for advanced data manipulation. Its features cater to power users seeking a vim-like experience within the terminal, emphasizing customization, scripting, and broad language support, which can benefit both individual users and organizations seeking efficient, low-resource spreadsheet solutions.

Key Takeaways

NOTE 05/21/2025:

New release v0.8.5 - This project needs your help! This is a one person project and have very little sponsoring. I want to still maintain and develop sc-im, but I am the only income in my family and its becoming difficult to work as much as I would want. If you can make a donation (see at the bottom), please do. Your help would be really appreciated!! Thanks.

Spreadsheet Calculator Improvised, aka sc-im, is an ncurses based, vim-like spreadsheet calculator.

sc-im is based on sc, whose original authors are James Gosling and Mark Weiser, and mods were later added by Chuck Martin.

Some of the features of sc-im

Vim movements commands for editing cell content.

UNDO / REDO.

65.536 rows and 702 columns supported. (The number of rows can be expanded to 1.048.576 if wished).

CSV / TAB delimited / XLSX file import and export. ODS import. Markdown export.

Key-mappings.

... continue reading