sc-im is an ncurses based, vim-like spreadsheet calculator based on sc.
Introductory sc-im tutorial.
Open files with sc-im eg.
sc-im 'Lesson1 - Navigation.sc'
or
run the whole tutorial
for f in *; do
sc-im "$f"
done
for f in ( ls | sort-by name) {
sc-im $f.name
}- Lesson00 - General commands and shortcuts in sc-im
- Lesson01 - Navigation
- Lesson02 - Formatting cell contents
- Lesson03 - Copy, Paste, Cut basics
- Lesson04 - Copy, Paste, Cut
- Lesson05 - Marks
- Lesson06 - Sc-im Modes
- Lesson07 - Insert and Edit Mode
- Lesson08 - Visual Mode
- Lesson09 - Command Mode
- Lesson10 - Configuration File
- Lesson11 - Numeric Functions
- Lesson12 - String Functions
- Lesson13 - Date Functions
- Lesson14 - Conditional Function "if"