mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
35 lines
550 B
Plaintext
35 lines
550 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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:
|
|
|
|
`<|>`
|