Readme update
Vladimir Bauer
8 years ago
| 10 | 10 | |
| 11 | 11 | * __Multiple Bars__: Multiple progress bars are supported |
| 12 | 12 | * __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 | |
| 16 | 14 | * __Cancellation__: Cancel whole rendering process |
| 17 | 15 | * __Predefined Decorators__: Elapsed time, [Ewmaest](https://github.com/dgryski/trifles/tree/master/ewmaest) based ETA, Percentage, Bytes counter |
| 18 | 16 | * __Decorator's width sync__: Synchronized decorator's width among multiple bars |