pmonks / spinner

Progress indicators for command line Clojure apps, including support for indeterminate and determinate tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement progress bars

pmonks opened this issue · comments

When my code can measure the progress of a long running task, I want to be able to show a determinate status indicator (e.g. a progress bar), so I can show my user approximately how far along the task is.

This is being developed in the issue-13 branch.

Implemented in release 2.0.190