1Install
2=======
3
4 TuDu needs ncurses library with wide characters (in some systems is known as
5 ncursesw) for work. You will need to install it for compile it.
6
7 For compiling the program execute:
8 $ ./configure
9 $ make
10
11 For installing the program execute (as root):
12 # make install
13
14
15Usage
16=====
17
18Usage: tudu [options]
19        -f file load tudu file
20        -c file load specific config file
21
22        -v      show version
23        -h      show this usage message
24
25The default config file is in ~/.tudurc
26The file tudurc in the source code is an example of config file.
27
28
29Notes
30=====
31
32* Since version 0.8 the theme config deadlineMark now is call warn, because is
33not use just for the deadline is also use for the past sched.
34
35
36* Some environments (like Konsole of KDE3) don't show well the tasks that have
37childs. The normal way to show them is because they are bold, but in some
38shells the bold characters are indistinguishable of the normal ones. For that
39cases (or others) there is the posibility of show "(+)", for the collapsed
40tasks, and "(-)", for the expanded tasks, at the left of them. This option is
41activated on the config file by the option:
42
43[ general ]
44visual_tree  = yes
45