bash_loading_animations icon indicating copy to clipboard operation
bash_loading_animations copied to clipboard

Ready-to-use loading animations in ASCII and UTF-8 for easy integration into your Bash scripts.

Results 5 bash_loading_animations issues
Sort by recently updated
recently updated
newest added

I've cloned your repo as instructed. But when i run the script below, the animation gets wrapped up with letters (see in video) I want the animation to **always work...

enhancement

### Animation(s) ```shell bouncy_ball=(0.15 ⡀ ╷ ⠂ ⠁ ⠂ ╷ ⡀ _) ```

enhancement

Ciao Silejonu, I was playing with your code and I liked it a lot as a baseline to animate some scripts on waiting time (it's simple, clear and requires just...

### Animation(s) ```shell box=( 0.25 ◰ ◳ ◲ ◱) arrows=(← ↖ ↑ ↗ → ↘ ↓ ↙) BWhite='\033[1;37m' # Bold White BGreen='\033[1;32m' # Bold Green BRed='\033[1;31m' # Bold Red BYellow='\033[1;33m'...

enhancement

### Animation(s) ```shell alive_progress=(0.05 '▁▂▃' '▂▃▄' '▃▄▅' '▄▅▆' '▅▆▇' '▆▇█' '▇█▇' '█▇▆' '▇▆▅' '▆▅▄' '▅▄▃' '▄▃▂' '▃▂▁' '▂▁▂') ```

enhancement