1TIMEW-CONFIG(7) User Manuals TIMEW-CONFIG(7)
2
3
4
6 timew-config - Timewarrior configuration file and override options
7
9 timew rc.<name>=<value> <command>
10
12 Timewarrior stores its configuration in the user’s home directory in
13 ~/.timewarrior/timewarrior.cfg. This file contains a mix of rules and
14 configuration settings. Note that the TIMEWARRIORDB environment
15 variable can be set to override this location.
16
17 The values 'true', '1', 'y', 'yes' and 'on' are all equivalent and
18 enable a setting. Any other value means disable the setting.
19
20 Default values may be overridden by timewarrior.cfg values, which may
21 in turn be overridden on the command line using: rc.<name>=<value>
22
23 For example, to turn off verbose mode:
24
25 rc.verbose=0
26
27 Note that hints can also do this (:quiet).
28
30 confirmation
31 Determines whether harmful operations require interactive
32 confirmation.
33
34 May be overridden by the ':yes' hint.
35
36 Default value is 'yes'.
37
38 verbose
39 Determines whether Timewarrior generates feedback.
40
41 May be overridden by the ':quiet' hint.
42
43 Default value is 'yes'.
44
45 debug
46 Determines whether diagnostic debugging information is shown.
47
48 Useful for troubleshooting, but not for general use.
49
50 Default value is 'off'.
51
52 debug.indicator
53 The debug output prefix string.
54
55 Default value is '>>'.
56
57
58
59timew 1.4.3 2021-05-16 TIMEW-CONFIG(7)