1YOKADI(1) General Commands Manual YOKADI(1)
2
3
4
6 yokadi - commandline todo system
7
9 yokadi [options]...
10
12 yokadi is a command-line oriented, SQLite powered, TODO list tool. It
13 helps you organize all the things you have to do and you must not for‐
14 get. It aims to be simple, intuitive and very efficient. In Yokadi you
15 manage projects, which contains tasks. At the minimum, a task has a ti‐
16 tle, but it can also have a description, a due date, an urgency or key‐
17 words. Keywords can be any word that help you to find and sort your
18 tasks.
19
21 These programs follow the usual GNU command line syntax, with long op‐
22 tions starting with two dashes (`-'). A summary of options is included
23 below.
24
25 --datadir=<DIR>
26 Database directory.
27
28 -c, --create-only
29 Just create an empty database.
30
31 -u, --update
32 Update database to the latest version.
33
34 -h, --help
35 Show summary of options and exit.
36
37 -v, --version
38 Show version of program and exit.
39
41 yokadid(1).
42
44 Website: http://yokadi.github.io
45
46 Mailing List: http://sequanux.org/cgi-bin/mailman/listinfo/ml-yokadi
47
49 yokadi was written by Aurélien Gâteau <mail@agateau.com> and Sébastien
50 Renard <sebastien.renard@digitalfox.org>.
51
52 This manual page was written by Kartik Mistry <kartik@debian.org>, for
53 the Debian project (and may be used by others).
54
55
56
57 July 10, 2009 YOKADI(1)