NOW LET US – AI RAG SaaS Studio TP.HCM
NOW LET US
Digital Product Studio
Back to news
DEV-TOOLS...2 min read

sc-im Spreadsheets in Your Terminal

Share
NOW LET US Article – sc-im Spreadsheets in Your Terminal

sc-im is an ncurses-based, Vim-like spreadsheet calculator that brings powerful data management to the terminal. The latest v0.8.5 release highlights new features and a call for community support for this solo-developer project.

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, 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.

Key Features

  • 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 and Autobackup.
  • Direct color support - specifying the RGB values, screen colors can be customized by user, even at runtime.
  • Colorize cells or give them format such as bold, italic or underline.
  • Wide character support for multiple languages including English, Russian, Japanese, and Chinese.
  • Sort, Filter, and Subtotals functionality.
  • Clipboard support and GNUPlot interaction.
  • Scripting support with LUA, triggers and C dynamic linked modules.
  • Use SC-IM as a non-interactive calculator, reading its input from an external script.

Basic Keybindings

| Key | Purpose | |---|---| | = | Insert a numeric value | | \ | Insert a text value | | e | Edit a numeric value | | E | Edit a string value | | x | Delete current cell content | | :q | Quit the app | | :h | See help | | :w filename.sc | Save current spreadsheet | | j, k, h, l | Move Down, Up, Left, Right | | u | Undo last change | | C-r | Redo last change | | yy | Copy current cell | | v | Select a range | | p | Paste a cell or range | | ir / ic | Insert row / column | | dr / dc | Delete row / column |

Requirements & Installation

Requirements: ncurses, bison or yacc, gcc, make, pkg-config, and which.

Build from source:

  1. Edit src/Makefile according to your system.
  2. Run make -C src.
  3. Optional: make -C src install (with root privileges).

macOS Installation:

brew install sc-im

Configuration

The scimrc file can be used to configure sc-im. The file should be placed in the ~/.config/sc-im directory.

Example ~/.config/sc-im/scimrc:

set autocalc
set numeric
set numeric_decimal=0
set overlap
set xlsx_readformulas

If you like sc-im, please support its development by making a donation via Patreon or PayPal ([email protected]). Your help really makes a difference!

© 2026 Now Let Us. All rights reserved.

Source: Hacker News

Advertisement
Ad slot ready: 5887729102

More in this category

NOW LET US Related – Leaving Mozilla

dev-tools

Leaving Mozilla

A poignant and candid reflection from a 15-year Mozilla veteran upon their departure. The author highlights the leadership's missteps in trying to emulate tech giants and urges Mozilla to return to its core values: community and uniqueness.

NOW LET US Related – Shepherd's Dog: A Game by the Most Dangerous AI Model

dev-tools

Shepherd's Dog: A Game by the Most Dangerous AI Model

A developer tested Anthropic's latest, supposedly 'too dangerous' AI model by asking it to build a long-held game idea in a single shot. The model succeeded, generating a complete 2,319-line game after a 45-minute reasoning session.

NOW LET US Related – Open source AI must win

dev-tools

Open source AI must win

If artificial intelligence becomes a utility rented only from a few closed institutions, humanity loses its operational freedom. Open-source AI is a vital infrastructure for the future of our digital society.

NOW LET US Related – Statement on US government directive to suspend access to Fable 5 and Mythos 5

dev-tools

Statement on US government directive to suspend access to Fable 5 and Mythos 5

The US government has issued an export control directive forcing Anthropic to suspend all access to its Fable 5 and Mythos 5 models due to national security concerns, a move the AI safety startup strongly disputes.

NOW LET US Related – Electric motors with no rare earths

dev-tools

Electric motors with no rare earths

Renault Group is pioneering the development of electrically excited synchronous motors (EESM) that eliminate the need for rare earth magnets, reducing dependency on global monopolies while driving efficiency and sustainability.

NOW LET US Related – Swift at Apple: Migrating the TrueType hinting interpreter

dev-tools

Swift at Apple: Migrating the TrueType hinting interpreter

Apple has rewritten its TrueType hinting interpreter from C to memory-safe Swift for its Fall 2025 OS releases, improving security and boosting performance by an average of 13%.

EXPLORE TOPICS

Discover All Categories

Deep dive into the specific technology sectors that matter most to you.