cli-progress icon indicating copy to clipboard operation
cli-progress copied to clipboard

:hourglass: easy to use progress-bar for command-line/terminal applications

Results 27 cli-progress issues
Sort by recently updated
recently updated
newest added

I have a script that runs other scripts in order. I've made a multibar instance and on that a singlebar that shows the progress of all scripts. I.e. 50% 3/4...

Does this support it/sec or sec/it (it = iteration), similar to the Python tqdm package? Would be useful to calculate things like throughput.

I have a function where im looping over an array, to do some process this lead to see progress bar appearing in many line rather than show the progress on...

`GenericBar` lets you force rendering with `.render(true)`, I'd love to do the same with `MultiBar`. I'm running into an issue where a `GenericBar` is added and then removed from `MultiBar`...

I don't see any option to _not_ show an ETA, if I didn't miss anything would it be possible to add that as option?

If in a Bun runtime, use [Buns string-width util](https://bun.com/docs/api/utils#bun-stringwidth-6-756x-faster-string-width-alternative), it's ~6,756x faster than the NPM package.

Currently it is necessary for the caller to specify non-TTY mode if needed. This could be automated in cli-progress.