Download Latest Version gosc_linux-x86.zip (892.8 kB)
Email in envelope

Get an email when there's a new version of GoSC

Home
Name Modified Size InfoDownloads / Week
gosc_win32.zip 2021-08-02 888.5 kB
gosc_linux-x86.zip 2021-08-02 892.8 kB
gosc_linux-amd64.zip 2021-08-02 930.7 kB
gosc_linux-armel.zip 2021-08-02 874.3 kB
README.md 2021-08-02 906 Bytes
Totals: 5 Items   3.6 MB 2

Spreadsheet Calculator

This is a text-based spreadsheet program compatible with sc files. sc is a public domain curses-based speadsheet calculator program that has similar key bindings to vi and works on Unix-like OSs. This program supports the features of sc I use, can read/save sc files and works anywhere termbox-go is supported.

Essentially this allows me to view/edit sc files on a Windows machine.

Supported Features

  • Vi-like key movements
  • Expressions (B23+E23*5)

Normal Mode Commands

  • Movement: h, j, k, l
  • Enter insert mode for numbers and expressions: =, i
  • Enter insert mode for strings with alignment: < (Left-Aligned), > (Right-Aligned), \ (Centered)
  • Delete (clear) cell: x
  • Commands: (y)ank, (p)ut
  • Set output format for current column: f
  • Quit: q
Source: README.md, updated 2021-08-02