mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
37 lines
964 B
Text
37 lines
964 B
Text
= timew-config(1)
|
|
|
|
== NAME
|
|
timew-config - get and set Timewarrior configuration
|
|
|
|
== SYNOPSIS
|
|
[verse]
|
|
*timew config* [_<name>_ {_<value>_|*''*}]
|
|
|
|
== DESCRIPTION
|
|
Allows setting and removing configuration values, as an alternative to directly editing your _timewarrior.cfg_ file.
|
|
|
|
== EXAMPLES
|
|
For example:
|
|
|
|
$ timew config verbose yes
|
|
$ timew config verbose ''
|
|
$ timew config verbose
|
|
|
|
The first command sets 'verbose' to 'yes'.
|
|
The second sets it to a blank value which overrides the default value.
|
|
The third example deletes the 'verbose' setting.
|
|
|
|
When modifying configuration in this way, interactive confirmation will be sought.
|
|
To override this confirmation, use the ':yes' hint, which means you intend to answer 'yes' to the confirmation questions:
|
|
|
|
$ timew config verbose '' :yes
|
|
|
|
If no arguments are provided, all configuration settings are shown:
|
|
|
|
$ timew config
|
|
verbose = yes
|
|
...
|
|
|
|
== SEE ALSO
|
|
**timew-hints**(1),
|
|
**timew-show**(1)
|