Readme.md
New release v0.8.5 - This project needs your help! This is a one person project and have very little sponsoring. I want to still maintain and develop sc-im, but I am the only income in my family and its becoming difficult to work as much as I would want. If you can make a donation (see at the bottom), please do. Your help would be really appreciated!! Thanks.
Spreadsheet Calculator Improvised, aka sc-im, is an ncurses based, vim-like spreadsheet calculator.
sc-im is based on sc, whose original authors are James Gosling and Mark Weiser, and mods were later added by Chuck Martin.
| Key | Purpose |
|---|---|
| = | Insert a numeric value |
| \ | Insert a text value |
| e | Edit a numeric value |
| E | Edit a string value |
| x | Delete current cell content |
| :q | Quit the app |
| :h | See help |
| :w filename.sc | Save current spreadsheet in sc format |
| j | Move down |
| k | Move up |
| h | Move left |
| l | Move right |
| goab12 | go to cell AB12 |
| u | undo last change |
| C-r | redo last change undone |
| yy | Copy current cell |
| v | select a range using cursor/hjkl keys |
| p | paste a previously yanked cell or range |
| ir | insert row |
| ic | insert column |
| dr | delete row |
| dc | delete column |
Requirements:
ncurses (best if compiled with wide chars support)bison or yaccgccmakepkg-config and which (for make to do its job)Optionals:
tmux / xclip / pbpaste (for clipboard copy/paste)gnuplot (for plots)libxlsxreader (for xls support)xlsxwriter (for xlsx export support)libxml-2.0 and libzip (for xlsx/ods import support)lua (for Lua scripting)src/Makefile according to your system and needs: vim src/Makefile
make: make -C src
sc-im in your system by typing with a privileged user: make -C src install
You can follow the instructions as above, but if you would like Lua scripting support, you will need to install Lua 5.1, which you can do with,
brew install [email protected]
And then follow the instructions as above.
brew install sc-im
See this wiki page.
Please check wiki pages
The scimrc file can be used to configure sc-im. The file should be placed in the ~/.config/sc-im directory.
Here is an example ~/.config/sc-im/scimrc :
set autocalc
set numeric
set numeric_decimal=0
set overlap
set xlsx_readformulas
Other configuration variables are listed in the help file.
Please open an issue if you find a bug. If you are now sure if its a bug, please take a look at the discussions and/or ask there. If you have a question please check out current discussions and if you still are in doubt, open a discussion as well. If you want to ask for a feature request, the same, check out current discussions. Thank you!
Want to help? You can help us with one or more of the following:
If you like sc-im please support its development by making a DONATION with Patreon or PayPal. It would really help a lot.
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U537V8SNQQ45J" target="_blank"> </a>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". or with Patreon.
Thank you!