mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-11 17:08:52 +08:00
Update README.md
This commit is contained in:
@@ -208,13 +208,7 @@ int main() {
|
|||||||
|
|
||||||
## Showing Time Elapsed/Remaining
|
## Showing Time Elapsed/Remaining
|
||||||
|
|
||||||
All progress bars and spinners in `indicators` support showing time elapsed and time remaining. Inspired by python's [tqdm](https://github.com/tqdm/tqdm) module, the format of this meter is as follows:
|
All progress bars and spinners in `indicators` support showing time elapsed and time remaining. Inspired by python's [tqdm](https://github.com/tqdm/tqdm) module, the format of this meter is `[{elapsed}<{remaining}]`:
|
||||||
|
|
||||||
```bash
|
|
||||||
[{elapsed}<{remaining}]
|
|
||||||
```
|
|
||||||
|
|
||||||
Below is an example for configuring this meter:
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="img/time_meter.gif"/>
|
<img src="img/time_meter.gif"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user