A comand line interface to manage hierarchical todos
License
meskio/tudu
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
The development of this project is not active. I will be happy to review patches and to do releases, but I'm not sure if I will be able to do any active development myself. 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
About
A comand line interface to manage hierarchical todos
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published