2018-09-13 17:49:14 +01:00
|
|
|
# SC-IM
|
|
|
|
|
|
|
|
> A curses based, vim-like spreadsheet calculator.
|
|
|
|
> Use hjkl or arrow keys to navigate.
|
2019-05-23 11:56:50 +01:00
|
|
|
> More information: <https://github.com/andmarti1424/sc-im>.
|
2018-09-13 17:49:14 +01:00
|
|
|
|
|
|
|
- Start SC-IM:
|
|
|
|
|
2023-05-19 20:45:13 +01:00
|
|
|
`scim {{path/to/file.csv}}`
|
2018-09-13 17:49:14 +01:00
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
|
|
|
`|`
|