clicketyclick.dk/progressbar

show a status bar in the console

Maintainers

Package info

github.com/Clicketyclick/progressbar

pkg:composer/clicketyclick.dk/progressbar

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2024-09-10 14:33 UTC

This package is auto-updated.

Last update: 2026-03-19 18:35:15 UTC


README

Show a status bar in the console

Based on @@stackoverflow_icon@@

for($x=1;$x<=100;$x++){
    show_status($x, 100);
    usleep(100000);
 }

Will produce a bar like:

[===>                           ]  10% 🕐  10/100        elap.⧔:  0 sec. remain.⧕:  0 sec. eta.𝜂  0

Building up till:

[===============================] 100% 🕛 100/100        elap.⧔:  0 sec. remain.⧕:  0 sec. eta.𝜂  0

Files