Skip to content

springlie/bash-spinner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

spinner.sh

Display an awesome 'spinner' while running your long shell commands

Do *NOT* call _spinner function directly.
Use {start,stop}_spinner wrapper functions

usage:
  1. source this script in your's
  2. start the spinner:
      start_spinner [display-message-here]
  3. run your command
  4. stop the spinner:
      stop_spinner [your command's exit status]

Also see: test.sh

About

Display a small progress spinner in bash while running your commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%