HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

scim — A curses based, vim-like spreadsheet calculator. Use `<h><j><k><l>` or `<ArrowKeys>` to navigate. Mo

Submitted by: @import:tldr-pages··
0
Viewed 0 times
cursescommandvimscimlikeclibasedspreadsheet

Problem

How to use the scim command: A curses based, vim-like spreadsheet calculator. Use <h><j><k><l> or <ArrowKeys> to navigate. More information: <https://github.com/andmarti1424/sc-im>.

Solution

scim — A curses based, vim-like spreadsheet calculator. Use <h><j><k><l> or <ArrowKeys> to navigate. More information: <https://github.com/andmarti1424/sc-im>.

Start SC-IM:
scim {{path/to/file.csv}}


Enter a string into the current cell:
{{<<>|<>>}}


Enter a numeric constant into the current cell:
<=>


Edit string in the current cell:
<E>


Edit number in the current cell:
<e>


Center align the current cell:
<|>

Code Snippets

Start SC-IM

scim {{path/to/file.csv}}

Enter a string into the current cell

{{<<>|<>>}}

Enter a numeric constant into the current cell

<=>

Edit string in the current cell

<E>

Edit number in the current cell

<e>

Context

tldr-pages: common/scim

Revisions (0)

No revisions yet.