summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorPim Snel <pim@lingewoud.nl>2020-02-06 00:59:29 +0100
committerPim Snel <pim@lingewoud.nl>2020-02-06 00:59:29 +0100
commitcba82c48c8cf40a28cf6e260943e7a1c3b8b6665 (patch)
tree08340c84196e42af8e437b5cc0b1b29d1d321011 /src/doc
parent2110c0b8e2b7007f5de0d7f0084dac15817aae8e (diff)
parentaeacf49e67bde5736becfc6a41d8a4735592a4d2 (diff)
Merge branch 'freeze' into addExecuteCommand
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/doc b/src/doc
index f70eab5..9a4867e 100755
--- a/src/doc
+++ b/src/doc
@@ -1452,6 +1452,11 @@ Commands for handling cell content:
You can set the --output parameter to save the results to a file.
+ Export to csv, tab or plain text formats without interaction:
+ ./sc-im --quit_afterload --nocurses --export_csv
+ ./sc-im --quit_afterload --nocurses --export_tab
+ ./sc-im --quit_afterload --nocurses --export_txt # (or just --export)
+
If you set the --quit_afterload flag, SC-IM will quit after loading all
files, but before becoming interactive.
@@ -1715,6 +1720,4 @@ Commands for handling cell content:
NEWLINE_ACTION = {NUMBER}
TM_GMTOFF
TM_GMTOFF = {num}
-
-
-vim:tw=78:ts=8:ft=help:norl:
+ vim:tw=78:ts=8:ft=help:norl: