kdam
kdam copied to clipboard
Add support for writing to /dev/tty
If I want to save both stdout and stderr from a program, but not all the progress bar output, it would be useful to make kdam print to /dev/tty instead of stdout or stderr.
Also consider making this more general, allowing any File or implementer of Write.
I will work on that soon.