sc

command module
v0.0.0-...-5fede1b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2021 License: ISC Imports: 9 Imported by: 0

README

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

Documentation

Overview

termbox-events

Directories

Path Synopsis
internal
sheet
Implements functions required commands on a sheet.
Implements functions required commands on a sheet.
sheet/align
align
align

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL