Open
Description
Please describe the use case that requires this feature.
tqdm can be smart with disable=None
, in which case it will show the progress bar on a tty but not if redirected to e.g. a file.
This would be a good default I think for the tools.
Describe the solution you'd like
Change the defaults of all tools that have a progress bar option to None
instead of False
.