Merge branch 'master' of github.com:p-ranav/indicators

This commit is contained in:
Pranav Srinivas Kumar
2019-12-16 11:03:36 -06:00

View File

@@ -6,7 +6,7 @@
<a href="https://github.com/p-ranav/indicators/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
</a>
<img src="https://img.shields.io/badge/version-1.0-blue.svg?cacheSeconds=2592000" alt="version"/>
<img src="https://img.shields.io/badge/version-1.1-blue.svg?cacheSeconds=2592000" alt="version"/>
</p>
<p align="center">
@@ -217,12 +217,12 @@ int main() {
}
```
# Smooth Block Progress Bar
# Block Progress Bar
Are you in need of a smooth block progress bar using [unicode block elements](https://en.wikipedia.org/wiki/Block_Elements)? Use `BlockProgressBar` instead of `ProgressBar`. Thanks to [this blog post](https://mike42.me/blog/2018-06-make-better-cli-progress-bars-with-unicode-block-characters) for making `BlockProgressBar` an easy addition to the library.
<p align="center">
<img height="70" src="img/block_progress_bar.gif"/>
<img src="img/block_progress_bar.gif"/>
</p>
```cpp