progressbar icon indicating copy to clipboard operation
progressbar copied to clipboard

Feature Request: Append to line & Wipe bar

Open mattparkins opened this issue 2 years ago • 2 comments

I'd love

  1. the ability to append the progress bar to the line it is on? (Could pass the column number if required)

  2. the ability to make the progress bar disappear when .close() is called.

Are these possible?

mattparkins avatar Jun 17 '22 20:06 mattparkins

Hello @mattparkins, For (1), there is .setExtraMessage() which might suit your need. For (2), I'll add this to the next version -- thanks for the suggestion!

ctongfei avatar Jun 27 '22 02:06 ctongfei

Ah thanks, brilliant!

mattparkins avatar Jun 28 '22 19:06 mattparkins

In the next version in the ProgressBarBuilder you can now call .clearDisplayOnFinish() to configure such requested behavior.

ctongfei avatar Sep 10 '22 05:09 ctongfei