earthshrink
earthshrink
The projects bar shows only the first few projects in alphabetical order. If you scroll to the right and then select a project, as soon as its tasks get listed,...
E.g. I have top level projects `Biz.Office`, `Biz.Bills`, etc., `Personal.Bills`, `Personal.Health`, `Personal.Family`, etc. It would be so much more useful to have the top bar just list `Biz, Personal,` etc,...
Per help file, run `sc-im --quit_afterload --nocurses --export_txt examples/sc/wraps.sc`. `Invalid row format` gets reported on stderr. Wondering if this exception is an obsolete internal consistency check.
Sc-im is able to parse out non-existent sheet at time of cell entry. If a sheet referenced in the current sheet is deleted, however, it crashes. Here's how to reproduce....
# Synopsis `Sc-im` segfaults on _.xlsx_ files generated or updated using `openpyxl` python library. The generated _.xlsx_ files are "legal" in the sense that Gnumeric, LibreOffice and Google Sheets have...
This fulfills the need for command line option to export to XLSX described in issue #926.
Sc-im currently supports command line options `--export_csv` `--export_tab` `--export_mkd` `--export_txt` and just `--export` to export to these formats, to be used with `--quit_afterload` and `--nocurses` options for non-interactive use. A...