Codebase list golang-github-vbauerster-mpb / 8812a11
Readme update Vladimir Bauer 8 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1010
1111 * __Multiple Bars__: Multiple progress bars are supported
1212 * __Dynamic Total__: [Set total](https://github.com/vbauerster/mpb/issues/9#issuecomment-344448984) while bar is running
13 * __Dynamic Addition__: Additional bar could be added at later time
14 * __Dynamic Removal__: Remove particular bar, before or after completion
15 * __Dynamic Resize__: Adaptive bar resize (doesn't work inside tmux)
13 * __Dynamic Add/Remove__: Dynamically add or remove bars
1614 * __Cancellation__: Cancel whole rendering process
1715 * __Predefined Decorators__: Elapsed time, [Ewmaest](https://github.com/dgryski/trifles/tree/master/ewmaest) based ETA, Percentage, Bytes counter
1816 * __Decorator's width sync__: Synchronized decorator's width among multiple bars