Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 00ec7b3a5f7211d08b73aea84b23d344 > files > 8

tudu-0.7-2.fc14.x86_64.rpm

Compile
=======

 TuDu needs ncurses library with wide characters (in some systems is known as 
 ncursesw) for work. You will need to install it for compile it.

 For compiling the program execute:
 $ make


Install
=======

 For installing the program execute:
 # make install


Usage
=====

Usage: tudu [options]
        -f file load tudu file
        -c file load specific config file

        -v      show version
        -h      show this usage message

The default config file is in ~/.tudurc
The file tudurc in the source code is an example of config file.


Notes
=====

Some environments (like Konsole of KDE3) don't show well the tasks that have
childs. The normal way to show them is because they are bold, but in some 
shells the bold characters are indistinguishable of the normal ones. For that
cases (or others) there is the posibility of show "(+)", for the collapsed 
tasks, and "(-)", for the expanded tasks, at the left of them. This option is
activated on the config file by the option:

[ general ]
visual_tree  = yes