blob: 62173dd6a86aeb978f83f90e17791835ad524b59 (
plain) (
blame)
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
|
Options:
-c commit directly only with the title, without
adding a description. Assumes -m
-m MESSAGE_TITLE the title message of the entry
-t TYPE the type of entry to be added (default: |TYPE|)
-s STATE the state of entry to be added (default: |STATE|)
-F RC_FILE use RC_FILE for config instead of .tdrc
-l list the supported values for $TD_USE_BUILTIN_HOOKS
-L lint the issues file
-H pre-process issues file before generating HTML
-S dump suggested CSS
-h, --help show this help message
-V, --version print the version number
Examples:
Create a new entry with the default type with a custom title:
$ td -cm 'An entry title'
Create a new entry with a custom type and state:
$ td -cm 'Another title' -t bug -s DONE
Create a new entry entry with the default type using $VISUAL/$EDITOR:
$ td
States of an entry:
|