2018-09-13 11:49:14 -05:00
|
|
|
# SC-IM
|
|
|
|
|
|
|
|
> A curses based, vim-like spreadsheet calculator.
|
2025-03-09 03:23:24 +02:00
|
|
|
> Use `<h><j><k><l>` or `<ArrowKeys>` to navigate.
|
2019-05-23 11:56:50 +01:00
|
|
|
> 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:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`{{<<>|<>>}}`
|
2018-09-13 11:49:14 -05:00
|
|
|
|
|
|
|
- Enter a numeric constant into the current cell:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<=>`
|
2018-09-13 11:49:14 -05:00
|
|
|
|
|
|
|
- Edit string in the current cell:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<E>`
|
2018-09-13 11:49:14 -05:00
|
|
|
|
|
|
|
- Edit number in the current cell:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<e>`
|
2018-09-13 11:49:14 -05:00
|
|
|
|
|
|
|
- Center align the current cell:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<|>`
|