1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-16 04:15:24 +02:00
tldr/pages/common/sc-im.md
Vitor Henrique 61405c6e0e
pages*: fix small typos (#11850)
* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
2023-12-27 12:11:30 +05:30

29 lines
432 B
Markdown

# SC-IM
> A curses based, vim-like spreadsheet calculator.
> Use hjkl or arrow keys 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:
`< OR >`
- 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:
`|`