-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannn.rc
More file actions
30 lines (21 loc) · 1.05 KB
/
annn.rc
File metadata and controls
30 lines (21 loc) · 1.05 KB
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
29
# annn.rc - Configuration for annn annotation hook
# Include in .taskrc: include ~/.task/config/annn.rc
# version 0.5.0
# Tag that triggers auto-annotation on complete/delete
# Tasks with this tag will prompt for an annotation when completed or deleted
annn.tag=ann
# Trigger on task completion (yes/no)
annn.on_complete=yes
# Trigger on task deletion (yes/no)
annn.on_delete=yes
# Editor override (leave empty to use EDITOR, defaults to vim)
annn.editor=
# indent.annotation=2
# dateformat.annotation=
# journal.time=0
# May be "1" or "0", and determines whether the 'start' and 'stop' commands should record an annotation when being executed. The default value is "0". The text of the corre‐
# sponding annotations is controlled by:
# journal.time.start.annotation=Started task
# The text of the annotation that is recorded when executing the start command and having set journal.time.
# journal.time.stop.annotation=Stopped task
# The text of the annotation that is recorded when executing the stop command and having set journal.time.