File: QuickStart

package info (click to toggle)
devtodo 0.1.20%2Bgit20200830.0ad52b0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 968 kB
  • sloc: ansic: 5,307; cpp: 3,908; perl: 112; sh: 106; makefile: 45; csh: 2
file content (28 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (8)
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