Skip to content
kynikos edited this page Nov 12, 2014 · 17 revisions

GUI

TODO

  • Note that deleting an item with active alarms and then undoing the edit will not restore the alarm (but it will still appear in the alarms log with a [deleted] tag.

CLI

TODO

usage: outspline [-h] [-c FILE] [-l FILE] [-L NN] [-u] [-v] [--about]

Outspline, a highly modular and extensible outliner.

optional arguments:
  -h, --help            show this help message and exit
  -c FILE, --config FILE
                        set the configuration file name: a relative or full
                        path can be specified (default:
                        /home/dario/.config/outspline/outspline.conf)
  -l FILE, --logfile FILE
                        set the log file name: a relative or full path can be
                        specified (default:
                        /home/dario/.config/outspline/outspline.log, see also
                        --loglevel option)
  -L NN, --loglevel NN  a 2-digit number (in base 4, from 00 to 33) whose
                        digits define the verbosity of, respectively, stdout
                        and file log messages; 0) disabled; 1) essential
                        reports; 2) normal verbosity; 3) debug mode; digits
                        different from 0,1,2,3 will default to the respective
                        value set in the configuration file (default: 10, see
                        also --logfile option)
  -u, --config-update   only create or update the configuration file, then
                        exit
  -v, --version         show program's version number, copyright and license
                        information, then exit
  --about               show information on the installed components and
                        addons, then exit