Skip to content

Remove terminal output when adding or deleting todos #364

Answered by inkarkat
fritzrehde asked this question in Q&A
Discussion options

You must be logged in to vote

You can put

export TODOTXT_VERBOSE=0

into your todo.cfg for a permanent configuration, or use TODOTXT_VERBOSE=0 todo.sh ... for one-time use.

(There's the -v command-line option to increase the verbosity (from the default 1 to 2), but no corresponding option to decrease it, so the full configuration variable has to be used. If you've silenced these messages as described, you can get back the messages via -v, as that then increases the level from 0 to 1 again.)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fritzrehde
Comment options

@inkarkat
Comment options

inkarkat Oct 9, 2021
Collaborator

Answer selected by fritzrehde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants