From bd88c20cabcae91bc634c27811599c7d88cb7566 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sat, 9 Oct 2021 19:57:47 +0200 Subject: [PATCH] Add TODOTXT_VERBOSE to the configuration There's no command-line option to reduce verbosity (just -v to increase it), so users who would like to remove the additional messages (cp. https://github.com/todotxt/todo.txt-cli/discussions/364) have to configure this, but the variable is hard to find. Include the default value in commented-out form and some documentation of the possible values. --- todo.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/todo.cfg b/todo.cfg index 0ab7d9b..3ccd218 100644 --- a/todo.cfg +++ b/todo.cfg @@ -76,6 +76,13 @@ export REPORT_FILE="$TODO_DIR/report.txt" # === BEHAVIOR === +## verbosity +# +# By default, additional information and confirmation of actions (like +# "TODO: 1 added") are printed. You can suppress this via 0 or add extra +# verbosity via 2. +# export TODOTXT_VERBOSE=1 + ## customize list output # # TODOTXT_SORT_COMMAND will filter after line numbers are