Add a --daemon command-line parameter

When specifying --daemon, calcurse immediately forks and runs the
notification daemon in the background.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer
2016-01-28 00:02:15 +01:00
parent d127ce9447
commit 6061fec01d
2 changed files with 15 additions and 3 deletions

View File

@@ -200,6 +200,10 @@ second form is equivalent to `-Q --filter-type cal --days <num>`.
Note: as for the `-a` flag, the calendar from which to read the appointments
can be specified using the `-c` flag.
`--daemon`::
Start calcurse in background mode. See <<basics_daemon,Background mode>> for
details.
`--days <num>`::
Specify the length of the range (in days) when used with `-Q`. Cannot be
combined with `--to`.