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