1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
1. Installation
./configure --sysconfdir=/etc
make
make install
2. Optionally copy the contents of doc/scripts.sh or doc/scripts.tcsh
(depending on your shell) to your startup scripts (either global or local).
More information is available in the respective scripts.
3. Optionally modify /etc/todorc to meet your own configuration needs, or
create your own ~/.todorc
4. Usage
Displaying items:
todo
Adding an item:
tda
Editing an existing item:
tde <index>
Marking an item as completed:
tdd <index>
Removing an item:
tdr <index>
5. Problems?
man devtodo
|