rich icon indicating copy to clipboard operation
rich copied to clipboard

[REQUEST] Remove anything dynamic from record buffer

Open willmcgugan opened this issue 3 years ago • 2 comments

A user want's to create a report while displaying a progress bar. But the progress bar gets written to the report, making it unreadable.

https://github.com/Textualize/rich/issues/1978

We should probably exclude dynamic things like progress bars and spinners from exported output.

willmcgugan avatar Apr 22 '22 09:04 willmcgugan

It feels like we would want to write the final "frame" of the progress bar rather than excluding it entirely?

darrenburns avatar Jul 12 '22 12:07 darrenburns

Yeah, I think that makes sense.

willmcgugan avatar Jul 12 '22 13:07 willmcgugan

Should we consider adding this for console.status calls also ?

ocervell avatar Feb 17 '23 15:02 ocervell