1timew-config(1) User Manuals timew-config(1)
2
3
4
6 timew-config - get and set Timewarrior configuration
7
9 timew config [ <name> { <value> | '' } ]
10
12 Allows setting and removing configuration values, as an alternative to
13 directly editing your ~/.timewarrior/timewarrior.cfg file.
14
16 For example:
17 $ timew config verbose yes
18 $ timew config verbose ''
19 $ timew config verbose
20 The first command sets 'verbose' to 'yes'. The second sets it to a
21 blank value which overrides the default value. The third example
22 deletes the 'verbose' setting. When modifying configuration in this
23 way, interactive confirmation will be sought. To override this confirā
24 mation, use the ':yes' hint, which means you intend to answer 'yes' to
25 the confirmation questions:
26 $ timew config verbose '' :yes
27 If no arguments are provided, all configuration settings are shown:
28 $ timew config
29 verbose = yes
30
32 timew-hints(1), timew-show(1)
33
34
35
36timew 1.4.2 2020-08-31 timew-config(1)