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
18 $ timew config verbose yes
19 $ timew config verbose ''
20 $ timew config verbose
21
22 The first command sets 'verbose' to 'yes'. The second sets it to a
23 blank value which overrides the default value. The third example
24 deletes the 'verbose' setting.
25
26 When modifying configuration in this way, interactive confirmation will
27 be sought. To override this confirmation, use the ':yes' hint, which
28 means you intend to answer 'yes' to the confirmation questions:
29
30 $ timew config verbose '' :yes
31
32 If no arguments are provided, all configuration settings are shown:
33
34 $ timew config
35 verbose = yes
36 ...
37
39 timew-hints(1), timew-show(1)
40
41
42
43timew 1.4.3 2021-05-16 TIMEW-CONFIG(1)