.TH timew-config 7 "2021-01-10" "timew 1.4.2" "User Manuals" . .SH NAME timew-config \- Timewarrior configuration file and override options . .SH SYNOPSIS .BI "timew rc." = " " . .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. = .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