Skip to content

Releases: edouard-lopez/progress-bar.sh

v0.3.0: Adapt progress bar size to fit screen

05 Feb 23:52
Compare
Choose a tag to compare

Adaptative progress-bar

Allows to set duration higher than width of shell size. Thanks @scheleon for his work on #7

adaptative-progress-bar

v0.2.0: Speed up progress

05 Feb 23:52
2eb53e2
Compare
Choose a tag to compare

Speed up progress

Introduce a SLEEP_DURATION variable to speed up progress-bar during test ;

export SLEEP_DURATION=.1
source ./progress-bar.sh
progress-bar 10

sleep_duration