bash_loading_animations icon indicating copy to clipboard operation
bash_loading_animations copied to clipboard

Adapted spinner from alive-progress python module

Open 413x1nkp opened this issue 1 year ago • 1 comments

Animation(s)

alive_progress=(0.05 '▁▂▃' '▂▃▄' '▃▄▅' '▄▅▆' '▅▆▇' '▆▇█' '▇█▇' '█▇▆' '▇▆▅' '▆▅▄' '▅▄▃' '▄▃▂' '▃▂▁' '▂▁▂')

413x1nkp avatar May 10 '24 03:05 413x1nkp

Took the default alive-progress' bar spinner from the python module, had to replicate frame-by-frame though.

413x1nkp avatar May 10 '24 03:05 413x1nkp