1YOKADID(1) General Commands Manual YOKADID(1)
2
3
4
6 yokadid - commandline todo system
7
9 yokadid [options]...
10
12 yokadid is a Yokadi daemon that remind you due tasks. If you want to be
13 automatically reminded of due tasks, you can use the Yokadi daemon. The
14 Yokadi daemon can be launched via desktop autostart services.
15
16 In most desktop environments, you just need to create a symbolic link
17 to yokadid (or a shell script that calls it) in $HOME/.con‐
18 fig/autostart/.
19
20 ln -s `which yokadid` $HOME/.config/autostart/
21
22
24 These programs follow the usual GNU command line syntax, with long
25 options starting with two dashes (`-'). A summary of options is
26 included below.
27
28 -d, FILE --db=FILE
29 TODO database.
30
31 -k, --kill
32 Kill Yokadi Daemon (you can specify database with -db if you run
33 multiple Yokadid).
34
35 -f, --foreground
36 Don't fork background. Useful for debug.
37
38 -h, --help
39 Show summary of options and exit.
40
42 yokadi(1).
43
45 Website: http://yokadi.github.io
46
47 Mailing List: http://sequanux.org/cgi-bin/mailman/listinfo/ml-yokadi
48
50 yokadi was written by Aurélien Gâteau <mail@agateau.com> and Sébastien
51 Renard <sebastien.renard@digitalfox.org>.
52
53 This manual page was written by Kartik Mistry <kartik@debian.org>, for
54 the Debian project (and may be used by others).
55
56
57
58 July 10, 2009 YOKADID(1)