Skip to content
/ sc-im Public

Docker Container: The 'sc-im' command spreadsheet calculator for the console that uses ncurses.

Notifications You must be signed in to change notification settings

macabees/sc-im

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SC-IM

The 'sc-im' command spreadsheet calculator for the console that uses n-curses.

SC-IM (Project Info)

Website

Docker Hub

Website

Build image

$ docker build -t macabees/sc-im:latest .

Run image

$ docker run -it --rm macabees/sc-im

Docker Push

$ docker push -t macabees/sc-im:latest

Note: requires docker login

Notes

Basic Key(s) Commands/Function
? help (super helpful!)
Arrows or h,j,k,l move cursor
Ctrl-A move to top-left cell (A0)
= insert a number or formula
<, \, > insert left/center/right aligned text
{, |, } align existing text left/center/right
e, E edit number/string value
x, Del clear cell
ir, ic insert row/column
dr, dc delete row/column

About

Docker Container: The 'sc-im' command spreadsheet calculator for the console that uses ncurses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published