schollz / progressbar

A really basic thread-safe progress bar for Golang applications

Home Page:https://pkg.go.dev/github.com/schollz/progressbar/v3?tab=doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output os.exec stdout while the progress bar is pinned?

kwiza12 opened this issue · comments

Is there an example where an output of a command or function being displayed in the terminal with progress bar pinned at the top showing is progress? The output can be limited to certain number of lines before it starts to scroll(when there are lot of lines to display)

commented

would accept PR