• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-527478

src/H18-Jul-2019-7,4536,024

AUTHORSH A D18-Jul-201937 21

CONTRIBUTORSH A D18-Jul-2019568 1211

COPYINGH A D18-Jul-201934.3 KiB675553

ChangeLogH A D18-Jul-20194.5 KiB147125

Makefile.acrH A D03-May-2022738 4032

READMEH A D18-Jul-20191.2 KiB4530

configureH A D18-Jul-201914 KiB501418

configure.acrH A D18-Jul-20191.8 KiB8067

todo.xmlH A D18-Jul-20195.1 KiB122111

README

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