Codebase list golang-github-vbauerster-mpb / 960fe3f
README update Vladimir Bauer 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1212 * __Cancellable__: cancel rendering goroutine at any time
1313 * __Dynamic Addition__: Add additional progress bar at any time
1414 * __Dynamic Removal__: Remove rendering progress bar at any time
15 * __Dynamic Sorting__: Sort bars by progression
15 * __Dynamic Sorting__: Sort bars as you wish
1616 * __Dynamic Resize__: Resize bars on terminal width change
1717 * __Custom Decorator Functions__: Add custom functions around the bar along with helper functions
1818 * __Predefined Decoratros__: Elapsed time, [Ewmaest](https://github.com/dgryski/trifles/tree/master/ewmaest) based ETA, Percentage, Bytes counter