1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/sc-im.md

30 lines
458 B
Markdown
Raw Normal View History

2018-09-13 11:49:14 -05:00
# SC-IM
> A curses based, vim-like spreadsheet calculator.
> Use `<h><j><k><l>` or `<ArrowKeys>` to navigate.
> More information: <https://github.com/andmarti1424/sc-im>.
2018-09-13 11:49:14 -05:00
- Start SC-IM:
2023-05-20 01:15:13 +05:30
`scim {{path/to/file.csv}}`
2018-09-13 11:49:14 -05:00
- Enter a string into the current cell:
`{{<<>|<>>}}`
2018-09-13 11:49:14 -05:00
- Enter a numeric constant into the current cell:
`<=>`
2018-09-13 11:49:14 -05:00
- Edit string in the current cell:
`<E>`
2018-09-13 11:49:14 -05:00
- Edit number in the current cell:
`<e>`
2018-09-13 11:49:14 -05:00
- Center align the current cell:
`<|>`