andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.8k stars 203 forks source link

Select delimiter value #785

Closed avidseeker closed 1 year ago

avidseeker commented 1 year ago

Add support for semicolon-separated values, pipe-separated values, etc. (Like cut -d)

andmarti1424 commented 1 year ago

@avidseeker what do you mean?

avidseeker commented 1 year ago

Add an option to select the type of delimiter used in a spreadsheet file.

For example, some files separate cells using semicolon ; or pipe | instead of comma.

To open such files, the user can use sc-im -d';' or sc-im -d'|'

andmarti1424 commented 1 year ago

Please take a look at the doc. Its in there.

avidseeker commented 1 year ago

Right. I found the --txtdelim option in sc-im --help (sc-im -h doesn't work).

I was checking man sc-im and it didn't contain any info about it.