----- 
maTeidotonE
best viewed with NetSurf
My programs Games Other programs
GNU/Linux Computers & programming Music & movies
Other topics What's new + README Contact
---------------------------------------------------------------------------------------
Updated 2025-03-16
sc-im - Spreadsheet Calculator Improvised Download
 
It's available at github.com/andmarti1424/sc-im and version 0.8.4 is below. "Spreadsheet Calculator Improvised, aka sc-im, is an ncurses based, vim-like spreadsheet calculator".
 
Download sc-im-0.8.4.tar.gz

MD5: c758175f38a15ff91d10715ee9ead607
Requires m4, bison, sed and the latest ncurses. It also works on old GNU/Linux distributions, like Fedora Core 6, which requires

CFLAGS = -std=c99

in src/Makefile. It might also require

void yyerror(char *err)

converted to

void yyerror(const char *err)

in files tui.h, gram.y and tui.c from directory src.
 
Examples
 
sc-im h:<Enter> to get help and q: to quit sc-im >a1=

sc-im =3.14 sc-im =1

sc-im =a2+1 sc-im v (visual)
y (select)

sc-im v (visual)
P (paste)
sc-im =a2*$b$0

sc-im mx (mark cell for copying)
cx (copy marked cell)
v (visual)
y (select)
sc-im v (visual)
P (paste)

sc-im   sc-im :w file (save file)

sc-im v (visual) sc-im :e txt file (save selected text in a file)
---------------------------------------------------------------------------------------
© 2025 Matei. No cookies®