Chronic 1.1.0 released ex_cli 0.1.0 released

tqdm 0.0.2 released

Hi everyone!

I have just released tqdm, a (partial) Elixir port of the popular Python library of the same name.

tqdm allows you to add CLI progress bars to your long running processes in a second. Just wrap your enumerables (that is, Lists, Maps, Streams, Ranges, and anything else that has an Enumerable implementation) in Tqdm.tqdm, and it will look something like this:

tqdm

Check out the docs and start adding progress bars to your CLI apps today!