clitic / kdam

A console progress bar library for Rust. (inspired by tqdm & rich.progress)
https://docs.rs/kdam
Apache License 2.0
196 stars 6 forks source link

Disable postfix stats #7

Closed thexeromin closed 1 year ago

thexeromin commented 1 year ago

Is there any way to remove postfix stats?

clitic commented 1 year ago

@prajnastra There is no way to disable postfix stat but you can you use custom bar format. Use this example and edit bar format to.

Note Enable template feature first.

{desc}{percentage:3.0}%|{animation}| {count}/{total} [{elapsed}<{remaining}, {rate:.2}{unit}/s{postfix}]

Now remove things which you don't want.