Readme update
Vladimir Bauer
8 years ago
| 9 | 9 | ## Features |
| 10 | 10 | |
| 11 | 11 | * __Multiple Bars__: mpb can render multiple progress bars that can be tracked concurrently |
| 12 | * __Cancellable__: cancel rendering goroutine at any time | |
| 13 | * __Dynamic Addition__: Add additional progress bar at any time | |
| 14 | * __Dynamic Removal__: Remove rendering progress bar at any time | |
| 15 | * __Dynamic Sorting__: Sort bars as you wish | |
| 16 | * __Dynamic Resize__: Resize bars on terminal width change | |
| 17 | * __Custom Decorator Functions__: Add custom functions around the bar along with helper functions | |
| 18 | * __Dynamic Decorator's Width Sync__: Sync width among decorator group | |
| 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__: Bars are trying to resize at terminal width change | |
| 16 | * __Cancellation__: Cancel whole rendering process | |
| 19 | 17 | * __Predefined Decoratros__: Elapsed time, [Ewmaest](https://github.com/dgryski/trifles/tree/master/ewmaest) based ETA, Percentage, Bytes counter |
| 18 | * __Decorator's width sync__: Synchronized decorator's width among multiple bars | |
| 20 | 19 | |
| 21 | 20 | ## Installation |
| 22 | 21 | |
| 113 | 112 | |
| 114 | 113 | The source code: [examples/simple/main.go](examples/simple/main.go) |
| 115 | 114 | |
| 116 | ### Cancel | |
| 115 | ### Cancelation | |
| 117 | 116 | |
| 118 | 117 |  |
| 119 | 118 | |