Sc-im: Spreadsheets in your terminal

98 points
1/21/1970
6 days ago
by m-hodges

Comments


freedomben

I tried this out when it was mentioned a few weeks ago[1].

It's pretty neat but does have a number of bugs. The packaged version also doesn't have xls support compiled in (at least on Fedora) which is unfortunate, though building is fairly easy[2].

I love the idea of it though, so I'm really hoping these issues get ironed out! I'm happy to help contribute if maintainers are willing.

[1] https://news.ycombinator.com/item?id=47457009

[2] https://github.com/andmarti1424/sc-im/wiki/Building-sc%E2%80...

6 days ago

dodomodo

I think spreadsheets are a greater example of something that require the subtleties of an actual GUI. This is most obvious with the various plots which are hilariously imprecise. But the advantages of GUI are also present when just using the spreadsheet itself, it's ability to convey the skeuomorphic two dimensional space is much greater.

And it's not like the terminal can't be a greater data processing tool, but you have to use different paradigms.

Still from an esthetical perspective I love those simple TUI interfaces. They invoke a weird sense of comfort in me that I can't fully explain.

6 days ago

akavel

Lol, young padawan, check up those weird old programs that were called "VisiCalc" and "Lotus 1-2-3".

https://en.wikipedia.org/wiki/VisiCalc

https://en.wikipedia.org/wiki/Lotus_1-2-3

6 days ago

nomel

Which were before GUI of any complexity were possible. There was no alternative at the time.

Related, see the insane success and excitement from the early GUI based operating systems.

6 days ago

freedomben

> I think spreadsheets are a greater example of something that require the subtleties of an actual GUI

I've been wondering about this too. I think a great TUI could get it done though, but it remains to be seen how it could really stack up. If I didn't have so many projects already, I'd give this a shot because I would really love a "vim" for spreadsheets

6 days ago

dmarinus

The first spreadsheets I remember were TUI (pccalc, Lotus 123)

6 days ago

VariousPrograms

This could just be a skill or wrong use case thing, but do you only use spreadsheets for pure number-crunching? I've played terminal spreadsheets, mostly sc-im, but I often have some longform text field (like 'Notes') that becomes more fiddly to deal with than a GUI.

Visidata is the only terminal program I've found that handles large text fields in tabular data nicely the way you can drill down into a table row, then Ctrl+O to edit a field in your editor, but it's not a spreadsheet.

6 days ago

chadrs

I love this but with all the advances of TUI frameworks, using C + ncurses feels like such a hard path.

6 days ago

talideon

It's a tool with a long vintage, and it wouldn't make sense to port it to a different language just to take advantage of the likes of bubbletea or textual.

6 days ago

freedomben

Agreed. Also for something this complex, performance isn't going to be automatically good enough I suspect.

6 days ago

dafty4

Cool which newer TUI frameworks do you prefer?

6 days ago

aldanor

Rust's ratatui is pretty good on the lower-level side of things

6 days ago

rkagerer

But why?

This feels like the kind of domain in particular where the advantages of a GUI provide a superior experience, and once it gets sophisticated enough you'll have basically built one anyway just in the terminal.

I used blocky spreadsheets a few decades ago... Tell me why I want to use them again today?

Legit question - I want to understand the needs I'm overlooking which this thing meets. (Please don't just reply "lack of ribbon/ads/bloat etc", none of that nonsense is required in either flavor).

6 days ago

dsign

The blocky spreadsheets of yesteryear could run in a few kilobytes of RAM. Today, that's microcontroller territory. From there, I can contrive a few answers:

- A spreadsheet that runs in a RISC-V+Core-V device is less susceptible to supply-chain issues and geopolitical stresses.

- Price. The hardware needed to run a text-only spreadsheet is worth about 10 bucks or less.

- Energy consumption. Now the server with your business data can run deep within energy-starved communist Cuba...probably.

- Better security. Plenty of people and armies get nervous about keeping tallies of dangerous toys in computers with lots of ICs and closed-source blobs made in enemy territory. Just enumerating all those ICs and blobs in a conventional laptop or tablet is difficult.

- Size. A smaller, cooler chip is easier to hide, which matters if you spent your trip to the motherland working on something you don't want customs to find out. In that case, you can use your laptop as a terminal to the sensitive data in your server running inside a button of your jacket...

6 days ago

thesuitonym

I'd love if this had support for saving as xlsx. Being able to open them is nice, but it would be great if I could collaborate with MS Office users without them ever knowing.

6 days ago

freedomben

It does. It's not compiled in to the package repos though, so you might have to build it yourself[1]. It's also a bit buggy currently.

[1]: https://github.com/andmarti1424/sc-im/wiki/Building-sc%E2%80...

6 days ago

thesuitonym

Radical!

5 days ago

dang

Related ongoing thread:

Sheets: Terminal based spreadsheet tool - https://news.ycombinator.com/item?id=47636456 - April 2026 (46 comments)

6 days ago

lrobinovitch

A modern launch of a similar tool: https://github.com/maaslalani/sheets

6 days ago

dang

That one is being discussed at https://news.ycombinator.com/item?id=47636456 - OP looks to have been a follow-up (which is great in principle but we downweight them for reasons described at https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...)

6 days ago

nickandbro

Love vim stye editing

6 days ago

tiarafawn

See also visidata for an alternative https://www.visidata.org/

6 days ago

vrighter

lots of bugs and crashes last time I tried it. Should see if it improved

6 days ago

w4zz

Insane what people make these days, but its really cool!

6 days ago

nomel

These days? There was a time before graphical user interfaces existed/were possible.

1979: https://en.wikipedia.org/wiki/VisiCalc

6 days ago

drumhead

So Lotus 1-2-3

6 days ago

talideon

But originating on Unix in '81, and thus predating Lotus 1-2-3 by ~2 years.

6 days ago

leecoursey

So... Visicalc?

6 days ago

ConanRus

[dead]

6 days ago

baldr333

[flagged]

6 days ago

freedomben

> Very shitty software.

To be even remotely constructive, you're going to need to be a little more specific.

6 days ago

[deleted]
6 days ago