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 vari‐
15 able can be set to override this location. The values 'true', '1',
16 'y', 'yes' and 'on' are all equivalent and enable a setting. Any other
17 value means disable the setting. Default values may be overridden by
18 timewarrior.cfg values, which may in turn be overridden on the command
19 line using: rc.<name>=<value>
20
21 For example, to turn off verbose mode:
22 rc.verbose=0
23
24 Note that hints can also do this (:quiet).
25
27 confirmation
28 Determines whether harmful operations require interactive con‐
29 firmation.
30 May be overridden by the ':yes' hint.
31 Default value is 'yes'.
32
33 verbose
34 Determines whether Timewarrior generates feedback.
35 May be overridden by the ':quiet' hint.
36 Default value is 'yes'.
37
38 debug
39 Determines whether diagnostic debugging information is shown.
40 Useful for troubleshooting, but not for general use.
41 Default value is 'off'.
42
43 debug.indicator
44 The debug output prefix string.
45 Default value is '>>'.
46
47
48
49timew 1.4.2 2020-08-31 timew-config(7)