LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

scim

Terminal spreadsheet with vim keybindings

TLDR

Open spreadsheet
$ scim [file.sc]
copy
Open CSV file
$ scim --txtdelim="," [file.csv]
copy
Start with file
$ scim [file.xlsx]
copy
Read-only mode
$ scim -R [file.sc]
copy

SYNOPSIS

scim [--txtdelim delim] [-R] [options] [file]

DESCRIPTION

scim (sc-im) is a terminal-based spreadsheet calculator with vim-like keybindings and a modal interface. It provides a lightweight alternative to graphical spreadsheet applications, running entirely within an ncurses terminal interface for fast, keyboard-driven operation.The spreadsheet supports formulas, mathematical functions, cell references, and ranges similar to conventional spreadsheet software. Files can be imported from and exported to CSV, TSV, and Excel formats, allowing interoperability with other tools. The native .sc format preserves all formulas and formatting.Navigation and editing follow vim conventions: h/j/k/l for movement, i for insert mode, = for formula entry, and : for commands like save and quit. This modal approach enables efficient keyboard-only workflows without reaching for a mouse.

PARAMETERS

--txtdelim DELIM

Text delimiter.
-R
Read-only mode.
--nocurses
No ncurses mode.
--version
Show version.
--help
Show help.

KEY BINDINGS

- h/j/k/l - Navigation- i - Insert mode- = - Enter formula- :w - Save- :q - Quit

INSTALL

sudo apt install scim
copy
sudo dnf install scim
copy
sudo pacman -S scim
copy

CAVEATS

Learning curve steep. Limited Excel compatibility. Console only.

HISTORY

sc-im is a spreadsheet calculator based on sc, with Vim-like interface and modern improvements.

SEE ALSO

sc(1), gnumeric(1), calc(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid