mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
62 lines
1.4 KiB
Groff
62 lines
1.4 KiB
Groff
.TH timew-config 7 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-config \- Timewarrior configuration file and override options
|
|
.
|
|
.SH SYNOPSIS
|
|
.BI "timew rc." <name> = "<value> <command>"
|
|
.
|
|
.SH DESCRIPTION
|
|
Timewarrior stores its configuration in the user's home directory in
|
|
.I ~/.timewarrior/timewarrior.cfg.
|
|
This file contains a mix of rules and configuration settings.
|
|
Note that the TIMEWARRIORDB environment variable can be set to override this location.
|
|
.
|
|
The values 'true', '1', 'y', 'yes' and 'on' are all equivalent and enable a setting.
|
|
Any other value means disable the setting.
|
|
.
|
|
Default values may be overridden by timewarrior.cfg values, which may in turn be overridden on the command line using:
|
|
.BI rc. <name> = <value>
|
|
.PP
|
|
For example, to turn off verbose mode:
|
|
.RS
|
|
rc.verbose=0
|
|
.RE
|
|
.PP
|
|
Note that hints can also do this (:quiet).
|
|
.
|
|
.SH CONFIGURATION
|
|
.TP
|
|
.B confirmation
|
|
.RS
|
|
Determines whether harmful operations require interactive confirmation.
|
|
.br
|
|
May be overridden by the ':yes' hint.
|
|
.br
|
|
Default value is 'yes'.
|
|
.RE
|
|
.TP
|
|
.B verbose
|
|
.RS
|
|
Determines whether Timewarrior generates feedback.
|
|
.br
|
|
May be overridden by the ':quiet' hint.
|
|
.br
|
|
Default value is 'yes'.
|
|
.RE
|
|
.TP
|
|
.B debug
|
|
.RS
|
|
Determines whether diagnostic debugging information is shown.
|
|
.br
|
|
Useful for troubleshooting, but not for general use.
|
|
.br
|
|
Default value is 'off'.
|
|
.RE
|
|
.TP
|
|
.B debug.indicator
|
|
.RS
|
|
The debug output prefix string.
|
|
.br
|
|
Default value is '>>'.
|
|
.RE
|