progressbar icon indicating copy to clipboard operation
progressbar copied to clipboard

Terminal-based progress bar for Java / JVM

Results 31 progressbar issues
Sort by recently updated
recently updated
newest added

Hi. I created a progress bar with max of -1. Everything is OK, but when I want check if progress bar has infinity max (or -1) it returns current value...

Initial implementation. Build on top of https://github.com/ctongfei/progressbar/pull/69 ![progressbar](https://user-images.githubusercontent.com/13577392/79165133-cafed280-7de2-11ea-89a1-61a465ed90df.gif) Fixes #66

:gear: enhancement

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...

:gear: enhancement

For my tests (that do not progress very linearly) the "estimated remaining time" (I assume it is - the second time display after the "/") is very inaccurate and I...

:gear: enhancement

Hello. Thank you for your efforts in creating this great lib! It saved a lot of time for me. Unfortunately, I think I found a bug. I tried to create...

:bug: bug

I have an issue where the progress bar final 100% prints after the progress bar close has been called and other print statements have executed. There is also a doubled...

:bug: bug
:desktop_computer: display

We have a requirement where we monitor the progress of background tasks via events. The progress bar works just fine. We have a requirement where in we also need to...

:gear: enhancement
:notebook: backlog

When using the "imperative style" I sometimes end up with the progress bar stop drawing at say 10% - is this due to the background thread terminating when the block...

First, progressbars and mulitbars works very well on Linux terminals in general. I realize a Windows OS is challenging. I also realize you don't have access to a Windows OS....

:desktop_computer: terminal:windows
:desktop_computer: terminal:cygwin