AshlinHarris / Spinners.jl

Command line spinners in Julia with Unicode support
MIT License
13 stars 1 forks source link

Add a custom message after the spinner #60

Closed curio-sitas closed 1 year ago

curio-sitas commented 2 years ago

It would be great to add a static or dynamic custom message at the right if the rolling spinner for more console stylization. Even better if we can add an advancement information ? i dont how

julia> spinner(:clock, msg = "Loading universe")
⏱️ Loading universe
AshlinHarris commented 2 years ago

Agreed. Version 0.2 had this feature, along with a few other custom options like altering the speed.

One temporary workaround would be to include the message inside every frame of the spinner.