Skip to content
/ gosc Public
forked from howeyc/sc

Cross platform text based spreadsheet calculator written in Go.

License

Notifications You must be signed in to change notification settings

scrouthtv/gosc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 version of sc is cross-platform, allowing it to view/edit sc files on a Windows machine.

Supported Features

  • Vi-like key movements
  • Expressions (B23+E23*5)
  • Export to file, as in sc.

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

TODO

  • Undo u
  • Goto `g

About

Cross platform text based spreadsheet calculator written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Go 100.0%