1Day Planner(1) Day Planner(1)
2
3
4
6 Day Planner notifier - notifier program for Day Planner.
7
9 dayplanner-notifier [OPTIONS]
10
12 This is the Day Planner notifier. It is called by dayplanner-daemon(1)
13 to display notifications of events to users.
14
15 It can also be used standalone in a script by using a combination of
16 the --message, --time and --date (and optionally --fulltext) options.
17
19 -h, --help
20 Display the help screen.
21
22 -v, --version
23 Display version information.
24
25 -m, --message MESSAGE
26 Set the message when in standalone mode.
27
28 -f, --fulltext MESSAGE
29 Set the fulltext when in standalone mode. This is optional and is
30 hidden by default.
31
32 -t, --time TIME
33 Set the time when in standalone mode. Should be HH:MM.
34
35 -t, --date DATE
36 Set the date when in standalone mode. Either use a numeric date, or
37 the strings 'today' or 'tomorrow' (which enables translation).
38
39 --dayplannerdir DIR
40 Use the directory DIR instead of the default Day Planner
41 configuration directory. See also --test and --confdir in
42 dayplanner(1).
43
44 -k, --kill
45 Shut down the currently running daemon.
46
47 -n, --nofork
48 Don't fork. Stay in the foreground.
49
51 See http://www.day-planner.org/index.php/help <http://www.day-
52 planner.org/index.php/help>
53
55 Eskild Hustvedt <eskild at zerodogg dot org>
56
58 See the FILES section in dayplanner(1)
59
61 dayplanner(1) dayplanner-daemon(1)
62
64 Copyright (C) Eskild Hustvedt 2006-2012
65
66 This program is free software: you can redistribute it and/or modify it
67 under the terms of the GNU General Public License as published by the
68 Free Software Foundation, either version 3 of the License, or (at your
69 option) any later version.
70
71 This program is distributed in the hope that it will be useful, but
72 WITHOUT ANY WARRANTY; without even the implied warranty of
73 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74 General Public License for more details.
75
76 You should have received a copy of the GNU General Public License along
77 with this program. If not, see <http://www.gnu.org/licenses/>.
78
79
80
81Day Planner Notifier 0.11 2012-03-28 Day Planner(1)