Skip to content
/ sc-im Public
forked from andmarti1424/sc-im

SC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal

License

Notifications You must be signed in to change notification settings

npitre/sc-im

Repository files navigation

SC-IM

SC-IM is a spreadsheet program that is based on SC (http://ibiblio.org/pub/Linux/apps/financial/spreadsheet/sc-7.16.tar.gz) Original authors James Gosling and Mark Weiser, and mods added by Chuck Martin.

Some of the features of SC-IM

  • UNDO / REDO.
  • 65.536 rows and 702 columns supported. (The number of rows can be expanded to 1.048.576 if wished).
  • CSV / TAB delimited / XLSX file import and export.
  • Scripting support with LUA. Also with triggers and c dynamic linked modules.
  • Key-mappings.
  • Sort of rows.
  • Filter of rows.
  • Cell shifting.
  • 256 color support - screen colors can be customized by user, even at runtime.
  • Colorize cells or give them format such as bold or underline.
  • Wide character support. The following alphabets are supported: English, Spanish, French, Italian, German, Portuguese, Russian, Ukrainian, Greek, Turkish, Czech, Japanese, Chinese.
  • Implement external functions in the language you prefer and use them in SC-IM.
  • Use SC-IM as a non-interactive calculator, reading its input from a external script.
  • More movements commands implemented !
  • Input and Output was completely rewritten.

About the name, the idea is that the program can be identified as another vim-like app. SC-IM stands for Spreadsheet Calculator Improvised. :-)

demo image demo image demo image

Build & Install

  • Edit Makefile file according to your system and needs.
    vim /src/Makefile
  • Only for OSX users do:
    brew install ncurses
    brew link ncurses
  • Inside /src folder run:
    make
  • Optional: You can install the binary 'sc-im' in your system by typing with a privileged user:
    make install

Donations

Please make a DONATION with PayPal so I can keep working on SC-IM !!

If you wish to make a donation, please click the above button or just send money to [email protected] via PayPal, choosing "Goods and Services".

Thanks!

About

SC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.4%
  • C++ 2.5%
  • Roff 0.7%
  • Objective-C 0.6%
  • SuperCollider 0.3%
  • JavaScript 0.3%
  • Other 0.2%