Timothy Chklovski

Results 3 comments of Timothy Chklovski

Big +1 from me

@jimmybutton thank you for the script! very useful another approach i've been using (but is decidedly not in the terminal) is to pipe to a file Marked2 (on mac) is...

just for fun squeezed your script down to 8 lines: ```render_streamed_markdown.py import sys from rich.console import Console from rich.live import Live from rich.markdown import Markdown with Live(md := "", console=Console(),...