gizak / termui

Golang terminal dashboard
MIT License
13.05k stars 782 forks source link

spinners? #193

Open the-ls-aasif opened 5 years ago

the-ls-aasif commented 5 years ago

will spinners be added in future?

cjbassi commented 5 years ago

What kindof spinners do you mean? Like a loading spinner?

the-ls-aasif commented 5 years ago

yes.. like a loading spinner.. something like..

[/] spinning [-] spinning [] spinning [|] spinning [/] spinning [-] spinning..

finished spinning..

you get the idea...

current progress bar can't do that

rbretecher commented 4 years ago

Hello @cjbassi. I would be interested in working on this feature.

Do you have any advice about how this should be implemented ? I would go for a Spinner struct that implements the Drawable interface.

What do you think ?

evan-sm commented 3 years ago

Any progress on spinners? Example https://github.com/briandowns/spinner

rdanielwetan commented 1 year ago

can this issue be assigned to me please?