mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-09 06:18:52 +08:00
Update README.md
This commit is contained in:
@@ -208,13 +208,7 @@ int main() {
|
||||
|
||||
## 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:
|
||||
|
||||
```bash
|
||||
[{elapsed}<{remaining}]
|
||||
```
|
||||
|
||||
Below is an example for configuring this meter:
|
||||
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}]`:
|
||||
|
||||
<p align="center">
|
||||
<img src="img/time_meter.gif"/>
|
||||
|
||||
Reference in New Issue
Block a user