• R/O
  • HTTP
  • SSH
  • HTTPS

Dateibaum

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コンソールベースの ToDo ソフトウェアの私的改良版


Name Größe Rev. Zeit Autor Log Message
data
debian
src
.cproject 7.25 k 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
.project 1.94 k 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
AUTHORS 37 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
CONTRIBUTORS 295 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
COPYING 34.32 k 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
ChangeLog 3.9 k 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
Makefile 786 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
Makefile.acr 768 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
README 1.16 k 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
configure 13.14 k 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
configure.acr 1.8 k 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....
todo.xml 2.33 k 2512c2d 2012-11-29 09:11:13 Takeshi Hamasaki First Commit based on TuDu version 0....

README

Install
=======

 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:
 $ ./configure
 $ make

 For installing the program execute (as root):
 # 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
=====

* Since version 0.8 the theme config deadlineMark now is call warn, because is
not use just for the deadline is also use for the past sched.


* 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