summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-07 11:49:22 -0300
committerAndrés <andmarti@gmail.com>2021-03-07 11:49:22 -0300
commit34d093aab79c0830066e6cd2366a9c3d325d79ec (patch)
treeb64c7975c4d00247e8afb80d50b81c596180d7de /src/doc
parentda3a5470098ba46ae8681136f662a6402d9d601d (diff)
full XDG compliance
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc24
1 files changed, 8 insertions, 16 deletions
diff --git a/src/doc b/src/doc
index c53730c..e3a6a25 100755
--- a/src/doc
+++ b/src/doc
@@ -14,7 +14,8 @@ Use ':q<Enter>' to go back to the spreadsheet.
Important !!:
- Please keep your config file in ~/.config/scimrc, and not in ~/.scimrc
+ Please keep your config file in ~/.config/sc-im/scimrc, and not in
+ ~/.scimrc, nor .config/scimrc
==============================================================================
SC-IM has the following modes:
@@ -1595,31 +1596,22 @@ Commands for handling cell content:
EXECUTE "load /tmp/test.csv"
RECALC
- Recalculates a formulas in all cells.
+ Recalculates a formulas in all cells
GETNUM {[COL][ROW]}
- Get numeric value from cell and print to STDOUT.
+ Get numeric value from cell and print to STDOUT
GETSTRING {[COL][ROW]}
- Get text value from cell and print to STDOUT.
+ Get text value from cell and print to STDOUT
GETEXP {[COL][ROW]}
- Get expression from cell and print to STDOUT.
+ Get expression from cell and print to STDOUT
GETFORMAT {COL}
- Get format from cell and print to STDOUT.
+ Get format from cell and print to STDOUT
GETFMT {[COL][ROW]}
- Get format from cell and print to STDOUT.
-
- DELETECOL {COL}
- Delete column. Example: DELETECOL B
-
- DELETEROW {NUMBER}
- Delete row, starts at 0. Example: DELETEROW 2 (deletes third row)
-
- VALUEIZEALL
- Converts expressions to values in all cells.
+ Get format from cell and print to STDOUT
QUIT
Quits SC-IM.